(no title)
dextercd | 2 months ago
I have a simple Python script that runs every day and checks the certificates of multiple sites.
One time this script signaled that a cert was close to expiring even though I saw a newer cert in my browser. It turned out that I had accidentally launched another reverse proxy instance which was stuck on the old cert. Requests were randomly passed to either instance. The script helped me correct this mistake before it caused issues.
compumike|2 months ago
firesteelrain|2 months ago
stackskipton|2 months ago
machinationu|2 months ago
KronisLV|2 months ago
Plug for Uptime Kuma, they support notifications ahead of expiry: https://github.com/louislam/uptime-kuma
Kind of cool to have an uptime monitoring tool that also had an option like that, two birds one stone and all that. Not affiliated with them, FOSS project.
weddpros|2 months ago
jcgl|2 months ago
thepatrykooo|2 months ago
[deleted]