We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put an x in the boxes that apply
x
When Centrifugo uses custom ports then ACME HTTP challenge tries to start several times and results in fatal error:
serve acme http challenge: bind: address already in use
Run Centrifugo with config like:
... "port": 8090, "internal_port": 9090, "tls_autocert": true, "tls_autocert_host_whitelist": "www.myhost.com", "tls_autocert_cache_dir": "/tmp/certs", "tls_autocert_email": "[email protected]", "tls_autocert_http": true, "tls_autocert_http_addr": "0.0.0.0:80"
The text was updated successfully, but these errors were encountered:
ff39c68
No branches or pull requests
Prerequisites
Put an
x
in the boxes that applyDescription
When Centrifugo uses custom ports then ACME HTTP challenge tries to start several times and results in fatal error:
Steps to reproduce (for bug report only)
Run Centrifugo with config like:
Versions (for bug report only)
The text was updated successfully, but these errors were encountered: