Hello everyone! I tried to create certificates to ssl on my website, and still getting errors.
the domain is a ddns subdomain created in no-ip.com redirected to windows 10 running wamp.
My domain is: libraprueba.ddns.net:8081 (apache only listen 8081 port)
I ran this command: (from CMD as admin)
certbot certonly --webroot -w C:\wamp64\www\juridico -d libraprueba.ddns.net --http-01-port 8081 --agree-tos --email sapl21@gmail.com
It produced this output:
C:\Windows\system32>certbot certonly --webroot -w C:\wamp64\www\juridico -d libraprueba.ddns.net --http-01-port 8081 --agree-tos --email sapl21@gmail.com
Saving debug log to C:\Certbot\log\letsencrypt.log
Requesting a certificate for libraprueba.ddns.net
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: libraprueba.ddns.net
Type: connection
Detail: 201.189.170.78: Fetching http://libraprueba.ddns.net/.well-known/acme-challenge/5-3pL2C7kr9KMCM4yCBetCLva0_nPRthRbEem2aAeKY: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile C:\Certbot\log\letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version): WAMP 3.3.0 64bits (apache 2.4.54.2 - Mysql 8.0.31 on windows 10 22H2)
The operating system my web server runs on is (include version): Windows 10 22H2
My hosting provider, if applicable, is: localhost
I can login to a root shell on my machine (yes or no, or I don't know): "cmd" as admin.
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no panels.
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 2.2.0
I can see login page from http://libraprueba.ddns.net:8081, router with 8081 open in TCP/UDP, and trigger same ports, windows firewall with port 8081 open TCP and UDP, not installed any other alternative security softwares)
thanks in advance for any help.