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:blog.usorgames.com
I ran this command:sudo letsencrypt renew
It produced this output: Critical: letsencrypt.auth_handler: client does not support any combination of challenges that will satisfy they CA.
Warning: letsencrypt.cli: Attempting to renew cert from /etc/letsencrypt/renewal/blog.usorgames.com.conf produced an unexpected error: Client doesn’t support any combination of challenges that will satisfy the CA… Skipping.
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don’t know):
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):
Here is the rest of the question answers:
My web server is (include version): Apache - I installed LAMP, then i installed word press.
The operating system my web server runs on is (include version): Ubuntu 16.04
My hosting provider, if applicable, is: Digital Ocean
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): I didn’t use cerbot, i just renew SSL manually.
the output of /etc/letsencrypt/renewal/blog.usorgames.com.conf is:
This is a VERY old version of Certbot, probably from several years ago.
Various newer versions of Certbot: (1) are named Certbot instead of letsencrypt , (2) indicate their version in the renewal configuration file, (3) don’t save all of this extraneous information in the renewal configuration, (4) can pass the current CA challenges correctly! – All unlike the version that you have installed.