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: http://swiftle.org/
I ran this command: .\certbot.exe certonly --standalone -d swiftle.org
It produced this output:
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: swiftle.org
Type: connection
Detail: 90.224.206.14: Fetching http://swiftle.org/.well-known/acme-challenge/jMc8jl33xK8b81_qPNFRsTAl9oTzU0K-0QqDo-SZPYs: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. 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): I am using my own computer as server.
The operating system my web server runs on is (include version): Windows 10
My hosting provider, if applicable, is: I am hosting on my own computer
I can login to a root shell on my machine (yes or no, or I don't know): Since the server is on my own computer I have access to the server.
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No. I just run a js file with Node to start a server that listens to a port. This port is forwarded to port 80.
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 1.24.0
When doing the request with Certbot I turn off my server (ctrl + C in the cmd that I started my server.js with node)
I have gone into the windows defender firewall and added custom rules that enable traffic in and out from ports 80 and 443. I also allowed edge traversal for incoming traffic. Why would I get this error?
One thing I realized was that the port that my server listens to is only forwarded to port 80 and not 443. I fixed this and got another error:
An unexpected error occurred:
acme.errors.ClientError: <Response [503]>
Is this error better? When reading the logs no further information is given, just ERROR:certbot._internal.log:acme.errors.ClientError: <Response [503]>