Skip to content

v1.0.5

Latest
Compare
Choose a tag to compare
@DevoKun DevoKun released this 22 Sep 15:20
· 2 commits to master since this release

Disabling SSL Cert SN vs. Hostname checks

  • Previously if the SSL cert SN (Subject Name) was different than the hostname, the check would fail.
  • This release disabled the SN check so that you can check an https endpoint which may have an SSL cert installed for a different name.
  • This check is useful if you have a series of hosts, say: server-1.us-east-1, server-2.us-east-1, server-3.us-east-1; and an ssl cert designed for an endpoint named www.hubner.org.