eustasy / Bubbly

BASH: Better SSL in Nginx in 10 minutes. Configuration files and setup scripts for Certbot.
MIT License
218 stars 21 forks source link

bind duplicate of ports #4

Closed appleboy closed 8 years ago

appleboy commented 8 years ago

Error Message:

2015/12/05 23:22:21 [emerg] 28732#28732: bind() to 0.0.0.0:443 failed (98: Address already in use)

lewisgoddard commented 8 years ago

This isn't an issue with the config, if it were, port 80 would fail first. Your config only works if ipv6only is set to off, which is not it's default since at least 1.3.4 (before then, it would use the OS setting).

First, check no other application is running on port 443. Second, consider specifying ipv6only=on on only the default domains.

Reference: