Website URL
Error Message
La pagina non funziona
gestionaleuila.free.nf al momento non è in grado di gestire la richiesta.
HTTP ERROR 500
Other Information
Hi Support Team,
For the last few hours my website has been intermittently inaccessible in the browser (often showing a generic “500 / Internal Server Error”). To troubleshoot, I tested from macOS using curl and DNS tools.
Findings:
- DNS resolution works correctly. The hostname resolves to IPv4 185.27.134.141.
- TCP connectivity works: curl can connect to the server on both port 80 (HTTP) and port 443 (HTTPS).
- On HTTPS, the TLS handshake completes successfully and the certificate is verified as OK (CN=free.nf, issuer ZeroSSL, valid starting Jan 6, 2026).
However, after the connection is established and the HTTP request is sent, the server closes the connection without returning any HTTP response:
HTTP test:
- curl -v http:///
Result: “Empty reply from server” (curl error 52)
HTTPS test:
- curl -vk https:///
Result: “Empty reply from server” (curl error 52) after sending “GET /”.
Repeated checks (30 requests, 1 second apart) show no valid HTTP status codes at all — only failures (HTTP code “000” / ERR), which indicates the server/proxy is dropping the connection rather than returning a proper HTTP response.
Example output pattern:
000 ~0.14s
ERR
(repeats for all attempts; no 200/301/403/500 returned)
The same behavior occurs across different networks as well, so it does not look like a local DNS/ISP issue.
Could you please check if there are ongoing issues on the node serving 185.27.134.141, or if there are any account/resource limits or security filters that could cause connections to be accepted and then closed without a response?
Thanks.