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: www.matthewjpage.com, www.spoonbomb.com
I ran this command: sudo certbot --apache
It produced this output:
``Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter ācā to cancel): 5 6
Attempting to parse the version 0.34.2 renewal configuration file found at /etc/letsencrypt/renewal/matthewjpage.com.conf with version 0.28.0 of Certbot. This might not work.
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for spoonbomb.com
http-01 challenge for www.spoonbomb.com
Waiting for verificationā¦
Cleaning up challenges
Failed authorization procedure. www.spoonbomb.com (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.spoonbomb.com/.well-known/acme-challenge/zQ7chE4HjR__c3oMuaLjHjnuPAqaCZV02XTueNawIRM [162.243.201.127]: ā\n\n404 Not Found\n\n
Not Found
\n<pāIMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: www.spoonbomb.com
Type: unauthorized
Detail: Invalid response from
http://www.spoonbomb.com/.well-known/acme-challenge/zQ7chE4HjR__c3oMuaLjHjnuPAqaCZV02XTueNawIRM
[162.243.201.127]: ā\n\n404 Not
Found\n\nNot Found
\n<pāTo fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
robgraves@www ~ $
My web server is (include version): Apache/2.4.25
The operating system my web server runs on is (include version): Debian 9.9 Stretch
My hosting provider, if applicable, is: N/A
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): certbot version 0.28.0
So I have a digital ocean droplet that is running Debian and has Apache running with virtual hosts set up to host my two domain names: www.matthewjpage.com and www.spoonbomb.com . I discovered this site and decided to get a certificate for both of my sites with the certbot. Through running certbot I WAS able to get www.matthewjpage.comās certificate to work and it loads with the https:// and the lock icon, but my other domain spoonbomb.com has repeatedly failed with the error message above .
Does anybody have any ideas as to what Iām missing? Thanks