Skip to content

renewal - could not start HTTPS server for challenge: listen tcp :443: bind: address already in use #2394

Answered by ldez
tacoma50 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, I misread your command, you are not using the HTTP challenge --http but the TLS challenge --tls but the problem is the same.

The TLS challenge --tls uses port 443.
The HTTP challenge--http uses port 80.

I think your web server is running in ports 443 and 80.
The 2 types of challenges will cause a port binding problem.

But if your web server doesn't run on port 80, you can use the following command (but I think it will not work):

/opt/bitnami/letsencrypt/lego --email="[email protected]" --domains="dev1.xyz.com" --path="/opt/bitnami/letsencrypt" --http renew --days 90

If the previous command doesn't work, you can use your web server to handle the HTTP challenge.

/opt/bitnami/letsencrypt/l…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@tacoma50
Comment options

@ldez
Comment options

ldez Jan 9, 2025
Maintainer

@tacoma50
Comment options

@ldez
Comment options

ldez Jan 10, 2025
Maintainer

Answer selected by tacoma50
@tacoma50
Comment options

@ldez
Comment options

ldez Jan 15, 2025
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants