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

check_ssl_cert - 2229: verbose: not found #494

Closed sts closed 7 months ago

sts commented 7 months ago

I'm getting the following error while an ocsp server returns an internalerror:

./check_ssl_cert: 2229: verbose: not found

running v2.78.0, https://github.com/matteocorti/check_ssl_cert/blob/v2.78.0/check_ssl_cert#L2229

matteocorti commented 7 months ago

You should provide more context:

sts commented 7 months ago

@matteocorti I updated my initial comment, looks like verbose is not a function in the code.

matteocorti commented 7 months ago

Thanks. Fixed!

sts commented 7 months ago

Awesome, thanks @matteocorti!