Problem with generating SSL

Hi

i have problem and dont know what to do.

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:

I ran this command:

It produced this output:

My web server is (include version):

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

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know):

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 or certbot-auto --version if you're using Certbot):


Further more, port 80 needs to be open for the entire internet. Looks like you're partly blocking some IP ranges.

1 Like

Hi @dpawlak, and welcome to the LE community forum :slight_smile:

Please answer the questions posted above.
The more information you provide the better/faster we can help you.

That said, "During secondary validation" implies the primary validation was successful.
Add "Timeout during connect (likely firewall problem)" and it looks like you might have some sort of GeoLocation blocking going on.

4 Likes

As far as I can tell

  • the domain is: domowe-abc.pl
  • the web server is: Apache

And it seems the HTTP-01 Challenge is wrongly redirected.

Supplemental information:

$ curl -Ii http://domowe-abc.pl/.well-known/acme-challenge/sometestfile
HTTP/1.1 301 Moved Permanently
Date: Wed, 01 Mar 2023 22:11:58 GMT
Server: Apache
Location: https://domowe-abc.pl/404.shtml
Connection: close
Content-Type: text/html; charset=iso-8859-1
$ curl -Ii https://domowe-abc.pl/404.shtml
HTTP/1.1 404 Not Found
Date: Wed, 01 Mar 2023 22:12:24 GMT
Server: Apache
X-Powered-By: PHP/7.3.6
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Link: <https://domowe-abc.pl/wp-json/>; rel="https://api.w.org/"
Vary: Accept-Encoding,User-Agent
Connection: close
Content-Type: text/html; charset=UTF-8
1 Like

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