sensu-plugins / sensu-plugins-ssl

This plugin provides native SSL instrumentation for monitoring, including: hostname and chain verification, cert expiry, and Qualys SSL Labs reporting
http://sensu-plugins.io
MIT License
15 stars 47 forks source link

Feature/anchor regexp #70

Closed jspaleta closed 4 years ago

jspaleta commented 4 years ago

Pull Request Checklist

Pull request to address failing errors found in the effort in #67

General

Two failing tests

  1. openssl client connection certificate chain formatting has changed betwen openssl 1.0 and openssl 1.1 This causes the anchor test to fail and on examination would cause all anchor checks to fail on hosts using openssel 1.1

  2. the check-ssl-hsts-preloadable.rb warning test no longer works because the online lookup at hstspreload.org has no reliable warning example.

Fix includes.
Misc other changes:

the check-ssl-anchor.rb command