Unable to Add Certificate

I think the HTTP non-response is due to the redirect. Hopefully @ntsluke will turn that back off so that we can test.

I continuously get port 80 open here:

https://www.yougetsignal.com/tools/open-ports/

I disagree - it's more like bad programming.

curl -Iki http://dan-orourke.com/file42.html
curl: (56) Recv failure: Connection reset by peer

curl -Iki http://dan-orourke.com/.well-known/file42.html
curl: (56) Recv failure: Connection reset by peer

curl -Iki http://dan-orourke.com/.well-known/acme-challenge/file42.html
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Thu, 08 Jul 2021 17:50:25 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/7.4.21
X-Powered-By: PleskLin
X-Redirect-By: WordPress
Location: https://dan-orourke.com/
1 Like

What the... :astonished:

Then there's this:

Getting the 301 indicates a non-blocked/unfiltered response though, which is a start.

What happens when you test all three repeatedly? Consistent results or ?

Using:

it takes many seconds to get a response for http://dan-orourke.com/.

It looks like our two favorite WordPress settings are likely responsible for the current redirect:

Results vary greatly.
Now all return "Connection reset by peer".

Yeah WP too!

1 Like

Just a follow up to this issue. I pretty much pulled my hair out on this until I spotted something odd on a log. The server time was off by an hour. When I adjusted this to the correct time. The Let's Encrypt SSL/TLS certificate passed just fine.

Thanks to everyone that helped on this one.

4 Likes

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