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: z4262009.eero.online
I ran this command: sudo certbot certonly --standalone -d z4262009.eero.online --http-01-port 22
It produced this output:
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: z4262009.eero.online
Type: connection
Detail: 73.140.114.180: Fetching http://z4262009.eero.online/.well-known/acme-challenge/3qnIu-08Uv0xxFQw44sIJ2U7sD_RKYqs7hzE6i36SYU: Error getting validation data
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 22. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
My web server is (include version): Standalone
The operating system my web server runs on is (include version):
macOS Sonoma
My hosting provider, if applicable, is:
Xfinity
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): N/A
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.6.0
--
In summary, I have Eeros Plus as my router, with the ability to forward ports etc. I have my DDNS as z4262009.eero.online
. For my selected Mac mini, I haven't set any port forwarding as 22
seems to already be open.
I have unloaded SSH via:
sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist
. When I ran the command I get the error mentioned above. I know I can ssh via the WAN ip address, and I want to first access my SSH server. Next up, add additional servers.
Any help would be appreciated. Thanks