HTTP 5xx Server Error Status Codes/HTTP 505 HTTP Version Not Supported

HTTP version unsupported

Section: Codes 500-510

HTTP 505 HTTP Version Not Supported

text
text
curl --http0.9 -i https://example.com
Explanation

The server refuses the request due to the HTTP version used.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Codes 500-510
HTTP 500 Internal Server Error
Generic unexpected server failure
OpenIn sheettextsame section
HTTP 501 Not Implemented
Method or capability not implemented
OpenIn sheettextsame section
HTTP 502 Bad Gateway
Upstream sent invalid response
OpenIn sheettextsame section
HTTP 503 Service Unavailable
Temporarily unavailable or overloaded
OpenIn sheettextsame section
HTTP 504 Gateway Timeout
Upstream did not respond in time
OpenIn sheettextsame section
HTTP 506 Variant Also Negotiates
Negotiation config loop
OpenIn sheettextsame section