Trying to renew cert on nginx but getting "Problem binding to port 443: Could not bind to IPv4 or IPv6"

This happened because you used --standalone. The purpose of that option is to launch a temporary webserver because you don’t have one running.

Next time use the --webroot method, and you’ll be able to use your already running nginx server.

3 Likes