check_ssl_cert icon indicating copy to clipboard operation
check_ssl_cert copied to clipboard

A shell script (that can be used as a Nagios/Icinga plugin) to check an SSL/TLS connection.

Results 9 check_ssl_cert issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/matteocorti/check_ssl_cert/discussions/410 Originally posted by **strachotao** September 21, 2022 I'd like to ask for a couple of implementations: 1) server header control... in the server header you don't...

enhancement

It would be nice to read default options from a configuration file (e.g., ```${HOME}/.check_ssl_certrc```). Alternatively, the defaults could be specified via environment variables (this is already possible for example for...

enhancement

### Discussed in https://github.com/matteocorti/check_ssl_cert/discussions/500 Originally posted by **nickjwest** January 17, 2024 Can you add a check that will look for weak ciphers. such as is found using curl on Debian...

enhancement

**Bug description** When the script is used to check a MQTTS server, it works as expected but, an error is logged on broker side indicating a protocol error: ``` 1705416973:...

bug
help wanted

**Is your feature request related to a problem? Please describe.** Similar to #258 could we also have a feature that the OCSP check loops over all "CA Issuers" found in...

bug
need more info

It's possible to set an output format **on success**: ``` check_ssl_cert --help | grep FORMAT --format FORMAT Format output template on success, for ``` What about setting also an output...

enhancement

**Describe the bug** Seeing high CPU usage and load on icinga2 master after upgrade to bookworm: * 100% vs 20% CPU usage on two (virtual) cores * Load about 130...

bug

**Describe the bug** When using '--protocol tds' for checking certs against MSSQL the python script included produces error: AttributeError: 'module' object has no attribute 'MemoryBIO' This also happens if you...

bug
need more info

**Describe the bug** If check has an issue with URL **and** CA bundle on host doing the check contains an expired root certificate, error checking outputs OK. **To Reproduce** example:...

bug
need more info