497 HTTP Request Sent to HTTPS Port

497 HTTP Request Sent to HTTPS Port

The 497 HTTP response status code means that a non-secure HTTP request was mistakenly sent to the secure HTTPS port.

You can Check Your URLs HTTP Code for FREE

Introduction
In Action
Sample
Conclusion

Introduction

When the server returns the HTTP status code 497 HTTP Request Sent to HTTPS Port, it means that a non-secure HTTP request was mistakenly sent to the secure HTTPS port.

This is specific to nginx servers. To fix this error, make sure to use the appropriate HTTPS protocol when communicating with the server on its secure port.

In Action

When you encounter the HTTP status code 497 “HTTP Request Sent to HTTPS Port,” it means that the server cannot process the request because it was mistakenly sent to the HTTPS port instead of the correct HTTP port.

To resolve this error, you should resend the request either as an HTTPS request to the correct port or as an HTTP request to the appropriate port.

Note that search engines like Google will not index URLs with the 497 status code, and URLs that have been indexed in the past but now return this status code will be removed from the search results.

Conclusion

The 497 HTTP status code, “HTTP Request Sent to HTTPS Port,” occurs when a client mistakenly sends an HTTP request to the server’s HTTPS port.

The server refuses to process the request in such cases. To fix this error, the client should resend the request using the appropriate protocol (HTTP or HTTPS) to the correct port.

Related articles

999 Request Denied

999 Request Denied The 999 HTTP response status code is...

599 Network Connect Timeout Error

599 Network Connect Timeout Error The 599 HTTP response status...

598 Network read timeout error

598 Network read timeout error The 598 HTTP response status...

561 Unauthorized

561 Unauthorized The 561 HTTP response status code means there...

530 Site Frozen

530 Site Frozen The 530 HTTP response status code is...

999 Request Denied

0
999 Request Denied The 999 HTTP response status code is an unofficial catch-all error code returned...

599 Network Connect Timeout Error

0
599 Network Connect Timeout Error The 599 HTTP response status code indicates a timeout when trying...

598 Network read timeout error

0
598 Network read timeout error The 598 HTTP response status code indicates a timeout occurred during...

561 Unauthorized

0
561 Unauthorized The 561 HTTP response status code means there was an authentication failure. You can Check...

530 Site Frozen

0
530 Site Frozen The 530 HTTP response status code is a specialized server error used by...