Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL/TLS Certificate verification #93

Open
gbonnefille opened this issue Jun 30, 2021 · 3 comments
Open

SSL/TLS Certificate verification #93

gbonnefille opened this issue Jun 30, 2021 · 3 comments

Comments

@gbonnefille
Copy link

Is there a way to validate a SSL/TLS certificate validity?

Motivation: I use Let's Encrypt but, sometimes, renew goes wrong and... certificate is obsolete. Having a probe for that can help a lot.

Please, note that ideally this verification should be distinct enougth from HTTPS polling as someone can desire to register an URL returning an error code (404, 401...). But as we only wish to validate certificate, this shoul be enough.

@valeriansaliou
Copy link
Owner

Hello,

No way to validate certificates independently for now. The only way to do it is via an HTTPS URL. Whenever the probe starts failing, it means that the certificate is not valid anymore.

@gbonnefille
Copy link
Author

Is it possible to improve feedback (in tooltip) in order to identify the nature of the failure? Currently, a failing HTTP replica can have:

  • DNS issue
  • node unavailable
  • TLS certificate issue
  • HTTP (404?) issue

Having an information on the origin of the error can help to quickly identify what to do.

@pchampio
Copy link

pchampio commented Jul 5, 2021

I would love to be able to modify the tool-tip text using the current script probes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants