-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Certbot not working: connection refused #48
Comments
Yes, It seems the labels defined are wrong because it is getting Could you share your docker-compose file? |
The actual domain was there, I just censored it in the message. |
OK. I apologize for that. :) So, may I have your docker-compose with censored parts? |
Sure! It looks like this: version: "3"
services:
echo:
image: ealen/echo-server:latest
pull_policy: always
restart: always
labels:
- easyhaproxy.echo.host=domain.org
- easyhaproxy.echo.port=80
- easyhaproxy.echo.localport=80
- easyhaproxy.echo.certbot=true
easyhaproxy:
image: byjg/easy-haproxy:master
pull_policy: always
restart: always
ports:
- 80:80
- 443:443
environment:
- [email protected]
- EASYHAPROXY_DISCOVER=docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock |
It is a pretty standard configuration, so nothing from this side. I can try to reproduce this error later today. Meanwhile, please verify:
|
Trying to enable certbot, but I get this error (on LetsEncrypt, but ZeroSSL has the same issue):
(domain redacted to -DOMAIN-)
This is when running
:master
,:latest
does not seem to spawn port 443 at all.The text was updated successfully, but these errors were encountered: