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

Failed HTTPS Request - upgrade to hackney 1.15.2 #512

Closed
rakusan2 opened this issue Dec 29, 2019 · 2 comments · Fixed by #575
Closed

Failed HTTPS Request - upgrade to hackney 1.15.2 #512

rakusan2 opened this issue Dec 29, 2019 · 2 comments · Fixed by #575

Comments

@rakusan2
Copy link

This issue I am having is the same as edgurgel/httpoison#393

{:error, {:option, :server_only, :honor_cipher_order}}

The same Fix works
And that is to upgrade hackney to 1.15.2

@germsvel germsvel changed the title Failed HTTPS Request Failed HTTPS Request - upgrade to hackney 1.15.2 Jul 31, 2020
@germsvel
Copy link
Collaborator

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?

@rakusan2
Copy link
Author

rakusan2 commented Aug 3, 2020

I would recommend bumping the minimum version of hackney to 1.15.2 since I and anyone else that encounters this issue will be overriding the version to such anyways.
benoitc/hackney#591

germsvel added a commit that referenced this issue Dec 29, 2020
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.
germsvel added a commit that referenced this issue Dec 29, 2020
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants