jezdez / caniusepython3.com

A site to check if your Python project is compatible with Python 3
https://caniusepython3.com/
136 stars 18 forks source link

Security certificate expired #62

Closed Eric-Arellano closed 6 years ago

Eric-Arellano commented 6 years ago

Hello, I'm running into this warning from Chrome when I try to visit the site.

screen shot 2018-06-29 at 4 45 51 pm

Think the security certificate needs to be updated.

Thanks!

tricoder42 commented 6 years ago

Thanks, it's fixed now. I have to investigate, why nginx doesn't reload certs after certbot renews them...

tricoder42 commented 6 years ago

Oh, I see! Certbot package installs it's own crontab entry, but without --deploy-hook (https://www.guyrutenberg.com/2017/01/01/lets-encrypt-reload-nginx-after-renewing-certificates/, although the article uses --renew-hook instead of --deploy-hook). Solved for the future renewals as well!

Eric-Arellano commented 6 years ago

Thanks for fixing this so quickly!