Ssllabs Exporter Versions Save

Getting deep analysis of the configuration of any SSL web server on the public Internet à la blackbox_exporter style.

v0.4.2

1 year ago

Fixed

  • #38 The API client to SSLLabs was not initialized due to a missing parameter.

v0.4.1

1 year ago

Changed

  • #37 Use Go 1.20 docker image to build the binary file.

v0.4.0

1 year ago

Changed

v0.3.0

3 years ago

Fixed

  • #21 Fix a failing test due to Go 1.15 upgrade (Thanks @zerkms for the PR).
  • #25 Make sure the response body is always closed.

Added

  • #24 Add flag to not cache unsuccessful assessments due to intermittent ssllabs issue.

Changed

  • #26 Switch to zerolog for a consistent logging format and less allocations.
  • #27 Go 1.16
  • #28 Upgrade Prometheus client and Zerolog dependencies.

v0.2.0

4 years ago

Fixed

  • #10 Fix the reported probe time as sometimes SSLabs responds by a very old value
  • #12 Fix goroutines leaks

Added

  • #11 Add support for caching results
  • #13 more tests coverage for the main package

Changed

  • #13 Rename metric ssllabs_grade_age_seconds to ssllabs_grade_time_seconds
  • #13 --timeout flag value changed from int to time.Duration formats to ease readability
  • #10 the reported probe time is generated by the exporter now instead of using the returned value from SSLLabs API

v0.1.0

4 years ago

Added

Changed

v0.0.1

4 years ago