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

HTTPS certificate expired #60

Closed sheljohn closed 6 years ago

sheljohn commented 6 years ago

Currently, trying to connect to https://caniusepython3.com leads to a security notice saying that the SSL certificate expired 18 days ago.

FYI trying to connect to http://caniusepython3.com instead (ie not secure), leads to an Nginx thank-you page.

tricoder42 commented 6 years ago

Fixed and set certbot to auto renew certificate.

Thank you for reporting!