Skip to content
5xx · Server Error

505 HTTP Version Not Supported

The server does not support the HTTP protocol version used in the request.

What it means

HTTP 505 HTTP Version Not Supported means the server refuses to handle the HTTP version the client used. Either the version is too old for the server to accept, or it is one the server was never built to speak.

When it happens

It happens with malformed requests that declare an invalid HTTP version, very old clients speaking a version the server has dropped, or a misconfiguration in how the server negotiates protocol versions.

How to fix it

  • Have the client use a standard, supported HTTP version such as HTTP/1.1 or HTTP/2.
  • Update an outdated client or library that is sending an unsupported version.
  • Check the server and any proxy for misconfigured protocol-version handling.

SEO impact

Negative if it affects real pages, but rare. Crawlers use standard HTTP versions, so this seldom blocks them; if it does, the page cannot be indexed.

Check it with Sitewell

Find out which of your URLs return 505

Paste a list of URLs and Sitewell checks the status code of every one at once — free and without signup.

Related codes

Related guides