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: historiasdemiedo.es
I ran this command: certbot --apache; certbot renew --dry-run
It produced this output: Unexpected error: Failed authorization procedure
My web server is (include version): Apache 2.4
The operating system my web server runs on is (include version): Centos 7
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
Hello. A month ago, I runned certbot --apache on my system for achiving certifications over three domains. All was ok. Then, I have installed joomla sites on this domains. Well, now I wanted to add a new domain on my system, and it is impossible. I have used / testing this two sentences.
certbot --apache
certbot certonly -d pulp69.com -d www.pulp69.com
In both cases, I have got this error message:
Failed authorization procedure. www.pulp69.com (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.pulp69.com/.well-known/acme-challenge/AlbvoSoEAPAiVzHFl55oJzupffDWebv5ts12gsW06f4: "
Then, I thought that I could have problems with a possible renewal process with other domains already installed, and I runned this sentence for testing purposes:
certbot renew --dry-run
Well, for my surprising, one othe three domains yet installed (novelaspulp.com) give me the same error above pointed.
What mean all this erros? How can I to solve this situation?
Thanks!