Despite the failure, we are making progress.
The added server block is being used.
Generic HTTP requests are being redirected to HTTPS:
curl -Ii cbe30c15fb7f.sn.mynetname.net
HTTP/1.1 301 Moved Permanently
Server: nginx/1.20.1
Date: Fri, 10 May 2024 07:56:25 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: https://cbe30c15fb7f.sn.mynetname.net/
ACME challenge requests are being looked for locally:
[in this case not found (404) is expected - because that file name doesn't exists]
curl -Ii cbe30c15fb7f.sn.mynetname.net/.well-known/acme-challenge/Test_File-1234
HTTP/1.1 404 Not Found
Server: nginx/1.20.1
Date: Fri, 10 May 2024 07:56:45 GMT
Content-Type: text/html
Content-Length: 153
Connection: keep-alive