5xx Server ErrorHTTP Status Code Reference
HTTP 505 HTTP Version Not Supported— What It Means, Causes & How to Fix It
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.
Live URL Status Checker
Enter any URL to see its real HTTP response code
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
Related Server Error Codes
Commonly Referenced Status Codes
The most frequently searched HTTP status codes