Urn:ietf:params:acme:error:connection

Here is what I presently see

$ curl -k -Ii http://my.pelvan.host/.well-known/acme-challenge/11fFSgYgRUJbd_aBD8c-PnLpnzQWhvONEsYA_gzuc64
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sun, 19 Feb 2023 00:50:31 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://my.pelvan.host/.well-known/acme-challenge/11fFSgYgRUJbd_aBD8c-PnLpnzQWhvONEsYA_gzuc64
$ curl -k -Ii https://my.pelvan.host/.well-known/acme-challenge/11fFSgYgRUJbd_aBD8c-PnLpnzQWhvONEsYA_gzuc64
HTTP/2 200
server: nginx
date: Sun, 19 Feb 2023 00:50:38 GMT
content-type: text/plain
content-length: 87
last-modified: Sun, 19 Feb 2023 00:40:49 GMT
etag: "63f17011-57"
x-powered-by: PleskLin
accept-ranges: bytes
$ curl -k https://my.pelvan.host/.well-known/acme-challenge/11fFSgYgRUJbd_aBD8c-PnLpnzQWhvONEsYA_gzuc64 ; echo
11fFSgYgRUJbd_aBD8c-PnLpnzQWhvONEsYA_gzuc64.q09c5Prp57LDmuqC3UaBu3xxJ7BtLEeSbL6mgrQ0eNM

And Let's Debug show OK https://letsdebug.net/my.pelvan.host/1379323

1 Like