Open teridon opened 6 years ago
The check for SSL versions was a quick fix when all the seclevel stuff was happening to a wide range of people, just to get a fix out. The intention is to go back and actually check for the existence of certain capabilities and adjust from there.
Thanks for the background info. I'd like to add that upcoming changes to NIST 800-52r2 (still in DRAFT) will effectively make ECDHE/EECDH a requirement for TLS services on U.S. Federal systems.
When the system library is openssl-1.0.1e, NRPE does not support ECDHE key exchange, despite that openssl 1.0.1e is capable of it.
With this config (nrpe 3.2.1):
The supported cipher list should be:
However, in actuality NO ciphers are supported with this configuration.
If one installs openssl 1.1+, NRPE offers ciphers with ECDHE.
see also this forum topic