HTTPS access

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", which obviously affects the speed of page refresh. Is this a request initiated automatically by the browser? Or is there something wrong with the WEB Server I built?

Mar.28,2021

this is a normal phenomenon. Https will do some security layer processing


the key word of the problem should be this: "TLS Session reuse"

Menu