-
Notifications
You must be signed in to change notification settings - Fork 82
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
Issue installing agent on Erlang 22.1 #512
Comments
Hi @odarriba, Thanks for the detailed report. We're going to try and see if this happens on our macOS machines as well. |
I can reproduce locally. (Do make sure to update asdf and the erlang & elixir plugins, otherwise it won't build with openssl) Erlang has changed some SSL things: https://www.erlang.org/news/133 Let's discuss with @jeffkreeftmeijer next week to see if he has any other insights. |
Workaround while we wait for changes to bubble up: #514 |
We experience this in our CI when using: |
We have released version 1.10.13 with the workaround suggested by @vihu (Thanks again!) Please upgrade to that if using OTP 22.1 and let us know here if it works for you |
The issue seems to be resolved. Hackney will release a new version today probably. After which we'll do another patch release that removes the workaround, PR #517. Let us know if it's still happening for you on the latest release. |
Describe the bug
We have just updated one of our core applications to use Elixir 1.9.1 and Erlang 22.1.
On the CI (using the official Elixir 1.9.1 image with Erlang 22.1) all libraries are fetched, compiled and installed without any issue.
However, in our development environments (OSX based) we are seeing this error while installing appsignal:
Our first thought was that maybe Erlang 22.1 (installed with asdf) was not fully built with SSL (as that flag,
:honor_cipher_order
, is used in the ssl module of Erlang), but it looks like it is correctly installed.We have
openssl
installed using Homebrew:We rolled back Erlang to 22.0.5 and seems to work on OSX.
We are not sure if this is our computer's issue or something related to Erlang. But maybe you should know to investigate it.
To Reproduce
Steps to reproduce the behavior:
Thanks! ❤️
The text was updated successfully, but these errors were encountered: