matteocorti / nagios_plugins

18 stars 7 forks source link

TLSv1-only connections not supported #127

Closed matteocorti closed 8 years ago

matteocorti commented 8 years ago

Original reporter: anonymous

I have a service which only accepts TLSv1 connections by specifying “sslVersion = TLSv1” in stunnel.conf. The “--ssl” parameter added in check_ssl_cert 0.15 is nice, but unfortunately it doesn't allow me to select TLSv1. Could you please add another parameter or modify “--ssl” to eventually pass “-tls1” to OpenSSL's s_client?

matteocorti commented 8 years ago

Original reporter: matteo@corti.li

Not a critical bug Not a bug

matteocorti commented 8 years ago

Original reporter: matteo@corti.li

Fixed in 1.16.0 (added a --tls1 option)

matteocorti commented 8 years ago

Original reporter: anonymous

Thank you very much!