-
Notifications
You must be signed in to change notification settings - Fork 119
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
Amazon Linux 2022 release candidate 0 (2022.0.20220728.1) uses OpenSSL 3.0 by default #105
Comments
Erlang 25 may or may not be ready for OpenSSL 3.0, which is very new. Using OpenSSL 1.1 is perfectly fine, the vast majority of software in the world uses 1.1.x. I don't think we have the capacity on this team to work on Amazon Linux-specific issues and OpenSSL 3.0 at least until RabbitMQ 3.11 ships this fall. This is open source software, so you are welcome to dive in and report how compatible Erlang's TLS implementation is with 3.0, and add a build artifact for AL 2022. The images used to produce the RPMs are available as part of this repository. |
A quick search in the Erlang/OTP repository returns this discussion: You will have to compile Erlang 25 from source to use OpenSSL 3.0. Downgrading to OpenSSL 1.1 is perfectly acceptable as well. |
Assuming that Erlang 25's OpenSSL 3.0 support is robust, we can produce a new package type, |
I found that I could install openssl1.1 from the Fedora dev repo (https://fedora.mirrorservice.org/fedora/linux/development/rawhide/Everything/x86_64/os) and that has allowed erlang and rabbit to install so I now have a test node up and running. Meanwhile I've also raised this with the AL 2022 development project since the previews all included OpenSSL 1.1 |
I faced the same issue when tried Amazon Linux 2022 and the solution is to get el9 instead of el8. After that I successfully installed the latest Erlang and RabbitMQ on a top of OpenSLL 3.0 |
I will make sure the README does mention this difference. Now that Erlang 25.1 has made OpenSSL 3 support "officially production ready" we may consider to move to use OpenSSL 3 in CentOS Stream 9 builds. |
This is no longer relevant as of Erlang/OTP 25.3 and #119. |
Amazon have changed the base OpenSSL package to v3 and now erlang will not install because of a dependency problem:
e.g.:
In theory this could be resolved by downgrading OpenSSL, but that feels like the wrong way to go.
The text was updated successfully, but these errors were encountered: