there a way to redirect or downgrade a https request
lets say i have example.com
if some one calls it with http:// example.com all fine if some one calls it with httpS:// example.com all fine
now if some one try to reach it httpS:// 100.200.100.200 (eg. over its ip address) he will get a Your connection is not private as i dont have a certificate for 100.200.100.200 or just a self signed
is there a way to redirect or downgrade the connection to http only to be able to show some message to the client whit out the need for him to interact with the Your connection is n... message ?
or is it prohibited for security reasons and a browser either gets what https side he requests or nothing at all