1# Diagnostic (simplified): 2$ curl -I https://your-subdomain.tld 3curl: (52) Empty reply from server 5# A typical HTTP response would look like: 6# HTTP/1.1 200 OK 7# Server: nginx 9# Actual result: 10# no or invalid HTTP headers 11# → indicates a non-HTTP service responding.