Can not renewal my certificate

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: https://dealproxy.energy/

I ran this command: sudo /usr/local/bin/certbot-auto renew

It produced this output: Couldn’t download https://raw.githubusercontent.com/certbot/certbot/v1.3.0/letsencrypt-auto-source/letsencrypt-auto. HTTP Error 500: Internal Server Error

My web server is (include version): NGINX

The operating system my web server runs on is (include version):REHL8

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don’t know): Yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): No

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot): 1.1.0

1 Like

retry adding --no-self-upgrade:

sudo /usr/local/bin/certbot-auto --no-self-upgrade renew
3 Likes

It does works!!! Thank you so much

1 Like

It isn’t optimal, though.

You shouldn’t keep that option there, your error is probably caused by a github problem.

1 Like

I see ... for some reasons the source wasn't available on githubusercontent , was keep getting me 503 error

it's backup now I can access https://raw.githubusercontent.com/certbot/certbot/v1.3.0/letsencrypt-auto-source/letsencrypt-auto

2 Likes

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