sensu-plugins / sensu-plugins-http

This plugin provides native HTTP instrumentation for monitoring and metrics collection, including: response code, JSON response, HTTP last modified, SSL expiry, and metrics via `curl`.
http://sensu-plugins.io
MIT License
30 stars 97 forks source link

check-https-cert.rb fails with TLS 1.3 only websites #178

Closed franz82 closed 4 years ago

franz82 commented 4 years ago

I get this error:

$ ./check-https-cert.rb -c 5 -u https://xxx
CheckHttpCert CRITICAL: Could not connect to https://xxx

As workaround I enabled TLS1.2 again on these websites. -f

franz82 commented 4 years ago

Solved using checks from https://github.com/sensu-plugins/sensu-plugins-ssl