kosmos.social cert renewal failed due to auth error #110
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
systemd alert email:
Current cert is valid until November 24.
I found the issue, it was caused by this addition:
10b6f63
The certbot vhost (https://gitea.kosmos.org/kosmos/chef/src/branch/master/site-cookbooks/kosmos-nginx/templates/default/nginx_conf_certbot.erb) takes care of pointing requests to .well-known to the static dir where certbot creates the validation file, as well as redirecting to HTTPS. The added lines make every HTTP request redirect to HTTPS. I'm creating a PR now