Certificate did not renew automatically.
now it is expired and nothing I try seems to work
I’ve downloaded certbot, and tried certbot renew. (‘No renewals were attempted.’) I assume tljh should do that work itself
I’ve tried disabling and renabling https. and then reloading the config and proxy
sudo tljh-config reload
does complain :
InsecureRequestWarning: Unverified HTTPS request is being made to host '127.0.0.1'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
I have no idea how to renew it, it just worked out of the box when I did this https://tljh.jupyter.org/en/latest/howto/admin/https.html
I saw the post suggesting it was a firewall. sudo journalctl -u traefik | grep -e "error|fatal"
one of the error messages mentions a firewall, but i’ve opened the EC2 firewall to 0.0.0.0 for ports 80 and 443 to try this to no avail, what else could it be ?