You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Certbot HTTP based verification to work, port 80 also needs to be open.
> docker logs iotdash_nginx_1
...
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for iotdash.XXXX.com
nginx: [error] invalid PID number "" in "/run/nginx.pid"
Waiting for verification...
Cleaning up challenges
Deploying Certificate to VirtualHost /etc/nginx/sites-enabled/default
Redirecting all traffic on port 80 to ssl in /etc/nginx/sites-enabled/default
Port 80 must be open to the NGINX host. e.g. validate the Network Security Group if using Microsoft Azure.
Good tip for Setup docs. Add to list of required ports.
The text was updated successfully, but these errors were encountered:
krisdthompson
changed the title
Certbot needs Port 80 accessible as well
Certbot needs Port 80 accessible on Docker host
Oct 27, 2021
For the Certbot HTTP based verification to work, port 80 also needs to be open.
Port 80 must be open to the NGINX host. e.g. validate the Network Security Group if using Microsoft Azure.
Good tip for Setup docs. Add to list of required ports.
The text was updated successfully, but these errors were encountered: