Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate verify failed on request_token #169

Open
martinlatrille opened this issue Dec 5, 2016 · 0 comments
Open

Certificate verify failed on request_token #169

martinlatrille opened this issue Dec 5, 2016 · 0 comments

Comments

@martinlatrille
Copy link

Looks like Shopify's servers don't handle well TLS v1.2; TLS v1.1 must be used in order to retrieve the access_token correctly without bypassing certificate validation.

We should update the library so that TLS v1.1 is used everywhere, and people don't have to figure it out by themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants