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

:tls_alert, 'handshake failure' on Poison #5

Closed
overallduka opened this issue Feb 7, 2017 · 0 comments
Closed

:tls_alert, 'handshake failure' on Poison #5

overallduka opened this issue Feb 7, 2017 · 0 comments

Comments

@overallduka
Copy link
Contributor

Well, after workaround fixes #4 and #3 i start receiving this error of poison, after some search i found this: edgurgel/httpoison#164 (comment) , so i update Client.post function to:

HTTPoison.post(request.full_url, request.body, request.headers, hackney: [pool: :shopify], ssl: [{:versions, [:'tlsv1.2']}])```

and works fine =).

Note to author: Im sorry report all this bugs but i really like your shopify plugin, is the best in Elixir language, so i trying to help because im using happy =). Good work on this.


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

No branches or pull requests

2 participants