Certbot no pudo autenticar algunos dominios (autenticador: independiente)

Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: movieonline.serveblog.net
Type: connection
Detail: 170.238.236.101: Fetching http://movieonline.serveblog.net/.well-known/acme-challenge/FJOKhRqDDsENKOQuvWbSgayNJjAXCGfUZjV-1V58IqE: 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.

Welcome to the community @jose25

thanks for the error description but the answers from the form will be helpful too.

Please fill out the fields below so we can help you better.

I ran this command:

My web server is (include version):

The operating system certbot and my web server runs on is (include version):

My hosting provider, if applicable, is:

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version):

5 Likes

HTTP authentication requires an HTTP accessible site.

curl -Ii http://movieonline.serveblog.net/
curl: (56) Recv failure: Connection reset by peer
3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.