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"

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b334f5-2be88.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b334f5-2be88.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?