-
Notifications
You must be signed in to change notification settings - Fork 580
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
No shared cipher error with curl/nss on RHEL7 with ECC (server problem) #7247
Comments
Note: The server needs to run on el7, curl from el7 to my Macbook works like a charm. |
Note: curl 7.59.0 on Fedora 28 also does not work, haven't updated my system yet, but perhaps this info helps to find the minimum version where it works out of the box. |
Thanks, it is a function call which explicitly enables loading the ECC ciphers. I've verified this inside the centos7-dev Vagrant box already.
|
Otherwise curl/nss as client won't be able to use the new default cipher list. fixes #7247
@dgoetz Small remark - the client version doesn't matter here, I was on the wrong lead. It is just about the server not loading this correctly with specific OpenSSL versions on RHEL. |
Describe the bug
No shared ciphers are available in RHEL/CentOS 7 with curl/nss.
To Reproduce
Use the snapshot packages inside the Icinga Vagrant boxes, and their curl/nss versions.
https://stackoverflow.com/questions/18929049/boost-asio-with-ecdsa-certificate-issue
Expected behavior
ECC ciphers are loaded by default and available on connect.
https://stackoverflow.com/questions/40454338/no-shared-cipher-at-ssl-accept-why
#5555 doesn't provide this.
Your Environment
Include as many relevant details about the environment you experienced the problem in
icinga2 --version
): v2.10.5-793-gee4c5c5Additional context
Cipher list changes coming from #7219
The text was updated successfully, but these errors were encountered: