ribbybibby / ssl_exporter

Exports Prometheus metrics for TLS certificates
Apache License 2.0
520 stars 97 forks source link

FR: Add support for StartTLS #29

Closed dragoangel closed 4 years ago

dragoangel commented 4 years ago

To check SSL on some services StartTLS must be supported, it would be cool if you add such support. Thank you in advance. There is already pull request #21 for SMTP, but it doesn't merged. Additionally to SMTP - IMAP, POP3, LDAP, XMPP and FTP are rely on StartTLS https://en.wikipedia.org/wiki/Opportunistic_TLS

ribbybibby commented 4 years ago

See: #36

ribbybibby commented 4 years ago

Support was added for SMTP, IMAP and FTP in v2.0.0.

I'm going to look at adding more protocols soon.

dragoangel commented 4 years ago

Hi @ribbybibby Big thank you! Also do you think about DANE validation support inside your plugin? Is that thermostatically possible?