A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi. Today I'm getting the error while posting graphql query.
"HTTPSConnectionPool(host='host', port=443): Max retries exceeded with url: /admin/api/2024-01/graphql.json (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1000)'))).
Will you please help me with this? It's so frustrating because of this error i can't do further process.
Hey @AjeetSingh1 ,
Looking at the error, it seems that there's an issue connecting, and something likely timing out. It's hard to say for sure.
I would recommend testing using an API client like postman to see if the error persists there. If so, try a different network and look in to possible firewall or other local settings that could be blocking these requests from going through.
If it works in an API client, then the issue would be somewhere further down the line. Possibly server configuration settings timing out, or if you're using a library for your app development, there could be an issue there.
Hope that helps with atleast some next steps to try!
- Kyle G.
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us 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