Hello @PachaDev2, welcome to the Let's Encrypt community.
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. crt.sh | 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:
I ran this command:
It produced this output:
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):
Requesting a certificate for www.namedomaine.com
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: www.namedomaine.com
Type: unauthorized
Detail: The key authorization file from the server did not match this challenge "dVEHDeFm7Yj0MZZwyMY-5qPIDFlcjy1Nc-FmoBBSvG0.mFstWPWqOaPClL3UVqryj7jsxbTEylUtwsDU5I_mL6w" != "dVEHDeFm7Yj0MZZwyMY-5qPIDFlcjy1Nc-FmoBBSvG0.4E3VCTFsySjUrqnCg0ooULx-3kbdPBygi0aWkvg5Gd8"
Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
Some challenges have failed.
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: namedomaine.com
Type: unauthorized
Detail: 213.186.33.5: Invalid response from http://namedomaine.com/.well-known/acme-challenge/nlRH-claXD9OTYlj2vJP4h1tZMe2vG-fi3DAqvwIThU: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n <html>\n <head>\n <title>DISLAB MARCHAND</title>\n "
Domain: www.namedomaine.com
Type: unauthorized
Detail: The key authorization file from the server did not match this challenge "Z71pKAgB00Ifyzhq77uDt4Re_hu95SGXZWKyBYE8mz4.mFstWPWqOaPClL3UVqryj7jsxbTEylUtwsDU5I_mL6w" != "Z71pKAgB00Ifyzhq77uDt4Re_hu95SGXZWKyBYE8mz4.4E3VCTFsySjUrqnCg0ooULx-3kbdPBygi0aWkvg5Gd8"
Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
2023-01-10 13:11:16,649:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/_internal/auth_handler.py", line 106, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File "/usr/lib/python3/dist-packages/certbot/_internal/auth_handler.py", line 206, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
It seems that your site is using some kind of HTML redirection page OR HSP default landing page.
LE needs to reach your system directly via HTTP to validate the challenge requests.
When you resolve the name in global DNS, it must show the IP address the HSP provided you.
When you connect to HTTP://YOUR-DOMAIN, it must not redirect via HTML to any other site.
There's a chance you could use a DNS plugin, but you haven't provided your domain name so I don't know whether there are any clients that support your DNS host.
Hello ,
I managed to activate the certboot, however I can no longer access my cloud instance via PuTTY, and this has happened since I activated.
Did enabling certbot change the host key of the remote server???
Is there a link??