-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Cannot renew my cert #2615
Comments
@kierancassel, when you run the script to completion, do you see something like this near the bottom?
|
The script never runs to completion, it hangs at processing forever and has
|
Oh! Does this happen on every run? Looking at the traceback, I can tell you the Let's Encrypt client is trying to talk to the server for the first time. |
It looks to me like it's timing out trying to connect from your machine to the CA. This could be due to something like a firewall that's blocking this outbound connection somehow. Can you run
on that same server? It should immediately show you some JSON data if it's able to connect. |
So I have just now tried again and now it processes with the error:
The curl command seems to work correctly |
Yeah so the whole issue seems to be something to do with connecting to a host for DVSNI challenge. I'm not quite sure what host it is trying to connect to, any guidance? |
I've got the very same problem. I have to terminate certbot and got the same errors. A verbose curl gives me this: |
Hi, |
The problem's apparently the IPv6 network interface.
` |
With IPv4 I get the same output 👍 |
I'm on a VPS too and you can simply deactivate the IPv6-Stack.
Then check the contents with It worked for me! :) |
Perfect ! Thank you # @WillTemeraire |
Gern geschehen ;) |
Danke Will :) Note: LE is now supporting IPv6 ! So I reactivate the IPv6 option in the network stack, try to renew my cert and it works 😁 |
Cannot renew my ipv6-only cert, still. I notice that it still bind to ipv4 only interface 0.0.0.0. |
IPv6 support should be working now, feel free to reopen if that's not the case. |
Okay so I got an email today about my certificate needing renewal soon so I tried:
./letsencrypt-auto renew
I cloned the latest version before doing this.
Result:
Nothing ever seems to happen, so I ctrl-c'd in SSH and got this output:
Any advice? Python version is reporting as 2.7.6
The text was updated successfully, but these errors were encountered: