-
Notifications
You must be signed in to change notification settings - Fork 314
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
always tries to provide certificate when started #162
Comments
I am having this same issue. It also doesn't seem to be using the email listed with tls for me. Are you seeing that as well? |
What version are you running, do you experience this with previous versions? |
version? it's the latest image published I suppose:
@justinmartin I didn't notice any other thing. It may be the case yes but now I'm limited by letsencrypt and can't make new requests. |
I rolled back to 0.11.1 and it started correctly without any errors. I was seeing this error message on 0.11.2
|
0.11.1 works - thank you. |
I'm experiencing the same error with 0.11.2: my
The email address remained constant in my Caddyfile, but I was cycling I too have I tried downgrading to 0.11.1 but I'm getting the same errors. This was working earlier today with 0.11.2 and no changes other than a few |
Same issue here. I'm also stuck in the rate limit of LE. |
Im experiencing the same issue. Caddy try to get a new certificate every time the container restarts. |
@ciokan @korbinianthiel @guimochila @justinmartin @abiosoft @neezer Would you all please try building Caddy (in Docker, whatever, doesn't matter to me) using this branch: caddyserver/caddy#2452 -- and ensure that it works for you. A new release is imminent with these fixes, so report back ASAP. Thanks! |
Had the same issue. Went from |
This should be fixed with 0.11.3 update. |
I'm using docker-compose to start my project in production. I added a volume for Caddy to store the certificates and I can see them inside the directory but Caddy, at every
docker-compose up
command keeps trying to provide certificates.This is the contents of my
Caddyfile
:The first time I brought everything up it provisioned the certificates immediately and it worked. I just don't know why it's constantly trying to get certificates even though the same volume is attached. Any ideaS?
The text was updated successfully, but these errors were encountered: