Is it possible to connect to a HTTP URL (for example, http://www.asdfg.com) over port 443?
Or only HTTPS URLs (for example, https://www.asdfg.com) can be connected through port 443?
I have a proxy server configured to allow only through port 443. When I try to connect to a HTTP URL, I get a 504 Gateway Timeout error
.
If I change the "http" to "https" in the URL and try to connect without proxy, I get the message "Requested resource not found".
What is the reason for this behavior?
(There are a lot of similiar questions here but mine is a very straight forward one.)