nginx version 1.13.12 nginx s original ssl version configuration: ssl_protocols TLSv1 TLSv1.1 TLSv1.2; then I changed it to this: ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3; with myssl.com test, the protocol is still 1.01.1 and 1.2Jing 1.0 is not turn...
the https certificate will expire in January next year. In order to prevent man-in-the-middle attacks and add certificate verification code, the https certificate may not be updated before January next year. Can you still access the server after the http...
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? ...
I built a WEB Server, on the embedded device to access through HTTPS, but I found that if the page is not refreshed every few seconds, and then click on the page, the lower left corner of the browser will prompt "secure connection is being established "...
1. Question what is the principle of using flask-email in Flask through the smtp service of 163mailboxes, you need to turn off TLS to send mail? ...