For discussing the development and integration of subscription-enabled shops using Shopify's Subscription APIs.
Hello, when I called the API today, the interface returned the following error: , what is the reason for this?
HTTPSConnectionPool(host='pupupulakids.myshopify.com', port=443): Max retries exceeded with url: /admin/api/2022-01/orders.json?status=any&limit=1 (Caused by SSLError(SSLError("bad handshake: SysCallError(-1, 'Unexpected EOF')")))
Hi Lee,
This sounds like it could be related to issues in the network communication between your application and the Shopify API. This can be due to a variety of reasons like an outdated SSL library, issues with the SSL certificate on the server, or problems with your client's ability to establish a secure connection. Sometimes, network-related problems like intermittent connectivity or a bad network route can cause these errors. Another possibility is that there's a firewall or security software on your network or computer, which might be interfering with the SSL handshake process.
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog