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
360 stars 132 forks source link

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

Closed matteocorti closed 11 months ago

matteocorti commented 11 months ago

Describe the bug

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

matteocorti commented 11 months ago

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