What happens when a http request is made to a https server?

conversely, what happens when a https request is made to the http server?

Apr.29,2021

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.

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-1b3777b-4d734.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-1b3777b-4d734.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?