-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
puma_http11 fails to build on OpenBSD 7.1 #2863
Comments
Thanks for the quick response @MSP-Greg! I actually don't hit the same error when trying to build from top of tree
|
On Mon, Apr 25, 2022 at 04:03:29PM -0700, MSP-Greg wrote:
@eradman Thanks for checking, I think PR #2838 fixed it.
Yes, a version of this patch is needed for LibreSSL 3.5 and later for
Puma up to and including 5.6.4 - OpenBSD 7.1 has LibreSSL 3.5.2.
Yes, definitely an improvement. This will work with LibreSSL as well.
Thanks!
|
@botovq Thanks. Currently Puma does not work with TLS session reuse or ALPN. We'll be adding support for both soon. I suspect reuse will need to be turned on to match current functionality, ALPN may be the same. I assume LibreSSL should/will work with the OpenSSL functions? Would you like a ping on the PR's? |
Use SSL_CTX_set_dh_auto for all supported versions. Previously, only used with OpenSSL 3. Closes #2863
@MSP-Greg I am not worried, but I will happily look over the PR.
|
Use SSL_CTX_set_dh_auto for all supported versions. Previously, only used with OpenSSL 3. Closes #2863
Use SSL_CTX_set_dh_auto for all supported versions. Previously, only used with OpenSSL 3. Closes puma#2863
Describe the bug
puma_http11 fails to build on OpenBSD 7.1
To Reproduce
The text was updated successfully, but these errors were encountered: