You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to monitor the certificate expiration of my Postgres TLS instance using Gatus.
Monitoring connection already works using TCP, but I would like to get the certificate check too.
Both TLS and STARTTLS checks fail when hitting a Postgres TLS only instance.
Based on what I found on the net, it seems Postgres does protocol negotiation before SSL is started.
The openssl project added a special hook to be able to debug Postgres TLS with s_client:
Do you think it would be possible to implement a special handler for the Postgres + TLS protocol ?
Why do you personally want this feature to be implemented?
I had recently an outage due to an expired Postgres certificate and it took me some time to notice it.
I decided to set up a status page and I choose Gatus as it's both simple and featureful 🚀
How long have you been using this project?
1 month
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the feature request
Hi,
I would like to monitor the certificate expiration of my Postgres TLS instance using Gatus.
Monitoring connection already works using TCP, but I would like to get the certificate check too.
Both TLS and STARTTLS checks fail when hitting a Postgres TLS only instance.
Based on what I found on the net, it seems Postgres does protocol negotiation before SSL is started.
The openssl project added a special hook to be able to debug Postgres TLS with
s_client
:Do you think it would be possible to implement a special handler for the Postgres + TLS protocol ?
Why do you personally want this feature to be implemented?
I had recently an outage due to an expired Postgres certificate and it took me some time to notice it.
I decided to set up a status page and I choose Gatus as it's both simple and featureful 🚀
How long have you been using this project?
1 month
Additional information
No response
The text was updated successfully, but these errors were encountered: