zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.27k stars 281 forks source link

SSL Auto renew did not work #1206

Closed programthis closed 3 years ago

programthis commented 3 years ago

Meteor up ssl auto renew did not work (weirdly, it did seem to be working for the past several years but suddenly the expiry came and went and nothing happened). I've tried running mup setup/deploy again to clean out the certificates but it doesn't seem to be updating the certificates. Is there a way to manually renew it? I found this similar issue reported but do not see a resolution that I can use.

Running mup proxy status returns the following:

     - Status: running
     - Ports:
       - HTTPS: 443
       - HTTP: 80
   - Let's Encrypt
     - Status: running

Running mup setup --verbose returns the below:

Error response from daemon: endpoint mup-nginx-proxy not found
Error response from daemon: network mup-proxy not found
Removed mup-nginx-proxy
mup-nginx-proxy-letsencrypt
Error response from daemon: endpoint mup-nginx-proxy-letsencrypt not found
Error response from daemon: network mup-proxy not found
Removed mup-nginx-proxy-letsencrypt
latest: Pulling from jrcs/letsencrypt-nginx-proxy-companion

Mup version: 1.5.1

programthis commented 3 years ago

I found the resolution for this! For anyone still having this issue, it looks like this year Let's Encrypt may have changed the criteria for issuing certificates. You have to make sure your domain registrar's DNS settings are correctly configured in order for the certificates to be issued successfully.