Performed the following command on my server sudo letsencrypt renew and got the following error:
Attempting to renew cert (athena,thecpigroup.com) from /etc/letsencrypt/renewal/athena.thecpigroup.conf produced and unexpected error: Failed authorization procedure. athena.thecpigroup.com (http-01): urn:left:params:acme:error:unathorized :: The client lacks sufficient authorization :: 47.207.11.13: Invalid response from http://athena.thecpigroup.com/.well-known/acme-challenge/i3qdZOEfKHMuTSZZdOBmEUuVuZ5WU8QmOeuJ26sCFyO: 404
Running ubuntu 18.04 nginx services
Also tried the following command:
sudo letsencrypt --force-renew -d athena.thecpigroup.com
Recieved the following error:
Domain: athena.thecpigroup.com
Type: unathorized
Detail: 47.207.11.13: Invalid response from http://athena.thecpigroup.com/.well-know/acme-challenge/6G3kDUTn_qtpuWK8sNdsuiKLxwfYpiq8783LjHH1y04: 404
UPDATE
No longer getting the unauthorized lacks sufficient authorization now I am receiving the follow:
Type: Connection - fetching; Timeout during connect
Please Help