conversely, what happens when a https request is made to the http server?
conversely, what happens when a https request is made to the http server?
nothing will happen
404
because the http service does not exist at all
the server does not want to talk to you. It throws you a 404
https is port 443, http is port 80, and the door is not the right door.
Previous: Is it okay to use the HTTPS, password for plaintext transmission?
Next: Ask how to realize the JavaScript effect when scrolling.
< H1 > problem description < H1 > is currently developing a Django project. If you want to use gunicorn as a http server, and then use nginx as a reverse proxy, you will eventually need to use https. my question is: can I run a statement like gun...
deploy web application, nginx is configured to http jump to https. the code of the application layer is not processed (default is http), but mixed content. appears on the visiting page referring to the picture, http--> https is valid (at least par...
specific questions found that some people can not open my website https: miaoqiang.name, or open super slowly, or display the text on the page, the css style does not load that. the server is the server of Aliyun Hong Kong, and the certificate i...
Why there are so many favicon.ico requests when my website is opened, shouldn t there be more than one? How to solve it, as shown in figure :https: www.xitieba.com Apache ...
was asked in the interview what is the specific difference between http and https? What does have to do with tcp ip? Does it have anything to do with three handshakes? could you please explain it well ? ...
how many times is the symmetric key used after https uses the symmetric key? What starts a new handshake to get a new key? ...
when I enable https, to establish a connection for the first time, there must be a tls handshake, so if I open a keep-alive, multiplex connection, do I still need to do a tls handshake every time I reuse a connection? ...
recently, when Wechat opened the page, there would be a blank page. It was OK to open it for the first time, but it could not be opened several times later. What I found for the first time was that I returned to No content, to check the information and d...
use a proxy on the command line in windows. Http_proxy and https_proxy are written as follows: 1, with quotation marks set http_proxy="socks5: 127.0.0.1:13569" set https_proxy="socks5: 127.0.0.1:13569" 2, no quotation mark...