Trouble renewing

I am trying to renew a certificate that expires in a few days.

For some reason, my client (python 0.5.0, on Ubuntu 14) cannot seem to connect to the api server, it seems to time out.

I have tried this with apache2 stopped and started. Same results.Does the client need a special port to be open? I didn’t have any difficulty installing three domains 85 days ago and I don’t think anything changed on the server. I am logged as root.

Obviously the client is not able to connect to the api server.

Here is what I see:

root@Jude:/opt/letsencrypt# ./letsencrypt-auto renew --verbose
Checking for new version…
Requesting root privileges to run letsencrypt…
/root/.local/share/letsencrypt/bin/letsencrypt renew --verbose
2016-05-12 14:24:22,202:INFO:letsencrypt.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log


Processing /etc/letsencrypt/renewal/.com.conf

2016-05-12 14:24:22,236:INFO:letsencrypt.renewal:Cert is due for renewal, auto-renewing…
2016-05-12 14:24:23,430:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
2016-05-12 14:28:38,190:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org

@ksorbo, what happens if you run

curl https://acme-v01.api.letsencrypt.org/directory

on the same machine?

I get the following response to the curl command:

{“new-authz”:“https://acme-v01.api.letsencrypt.org/acme/new-authz",“new-cert”:“https://acme-v01.api.letsencrypt.org/acme/new-cert”,“new-reg”:“https://acme-v01.api.letsencrypt.org/acme/new-reg”,“revoke-cert”:"https://acme-v01.api.letsencrypt.org/acme/revoke-cert”}

Ran letsencrypt-auto again today.
It upgraded to 0.6.0 and was able to connect with no problem.

Might have been a temporary connection problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.