5xx Server Error
HTTP 505 HTTP Version Not Supported
The server does not support the HTTP protocol version that was used in the request. The server indicates which protocols it supports in the response.
Common Causes
- Client using HTTP/2 with a server that only supports HTTP/1.1
- Very old HTTP/0.9 request to a modern server
- Misconfigured client sending wrong protocol version
How to Fix
- 1Use a supported HTTP protocol version
- 2Update the server to support newer HTTP versions
- 3Check client configuration for protocol settings
Example
HTTP 505 HTTP Version Not Supported
GET /page HTTP/3 → 505 HTTP Version Not Supported → Server only supports HTTP/1.1 and HTTP/2