Skip to content

Releases: DevoKun/az_healthcheck

v1.0.5

22 Sep 15:20
Compare
Choose a tag to compare

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.

v1.0.4

18 May 20:58
Compare
Choose a tag to compare
  • Added XSS headers that many security scanners look for.
  • Now returning 403 forbidden when attempting to request a URI other than / to satisfy security scanners.

v1.0.3

15 Apr 15:36
Compare
Choose a tag to compare
  • Support for MutualSSL (Client Certs).
  • Added a default timeout of 10 seconds.
  • Changed the http client frequency from 3 seconds to 15 seconds.