matteocorti / check_ssl_cert

A shell script (that can be used as a Nagios/Icinga plugin) to check an SSL/TLS connection.
GNU General Public License v3.0
371 stars 132 forks source link

OpenSSL's ```ocsp``` does not support ```-proxy``` #469

Closed matteocorti closed 1 year ago

matteocorti commented 1 year ago

Describe the bug

ocsp is called with -proxy. OpenSSL 1.X does not support the option

matteocorti commented 1 year ago

Should be fixed in the last release (limited testing on macOS with tinyproxy works with OpenSSL 1.X and 3.X)