-
Notifications
You must be signed in to change notification settings - Fork 343
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
Failed HTTPS Request - upgrade to hackney 1.15.2 #512
Comments
Thanks for this info @rakusan2! I changed the title of the issue to (hopefully) make it more discoverable for others who run into this issue. Do you have a suggestion here for what to do with Bamboo or does it make sense to close this issue? |
I would recommend bumping the minimum version of hackney to |
There's an issue with older versions of hackney that results in failed HTTPS requests with this error: ``` {:error, {:option, :server_only, :honor_cipher_order}} ``` See #512.
There's an issue with older versions of hackney that results in failed HTTPS requests with this error: ``` {:error, {:option, :server_only, :honor_cipher_order}} ``` See #512.
This issue I am having is the same as edgurgel/httpoison#393
The same Fix works
And that is to upgrade hackney to 1.15.2
The text was updated successfully, but these errors were encountered: