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: quartermarsh.org
I ran this command: sudo certbot certonly --webroot -v
It produced this output: Domain: quartermarsh.org
Type: connection
Detail: 209.121.149.xxx: Fetching http://quartermarsh.org/.well-known/acme-challenge/PptaFOn5FBloQekh_9VCwIvlNlVswQuwFez8pSgHcQE: Connection refused
My web server is (include version): apache2 latest
The operating system my web server runs on is (include version): MacOS 10.15.7
My hosting provider, if applicable, is: self
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): 2.6.0
My webroot directory is at ~/Sites - permissions are rw for admin, user, staff, everyone
Port 80 is allowed in router firewall (in & outbound) also port forwarded for the machine
No firewall rules (afaict)
I’m missing something. Perhaps the overall webroot arrangement? httpd.conf should be allowing access to hidden directories (except that this directory isn’t hidden, so?)
apachectl configtest
returns: Syntax ok. Also: [alias:warn] [pid 35177] AH00671: The Alias directive in /private/etc/apache2/httpd.conf at line 569 will probably never match because it overlaps an earlier Alias.
I also have no .well-known/acme-challenge/
folder or I haven’t found it yet. Maybe that’s because the verification failed. Or something to do with the Alias directive above
Finally, if it’s relevant this is a namecheap domain with an A record for the external ip and an url redirect to www.quartermarsh.org and CNAME record for www.quartermarsh.org
If I can provide any more info I’d be happy to.