We had a website working with a Godaddy SSL certificate for couple of years, few days ago we decided to use this certificate for another domain and keep the current website work just with HTTP.
We also moved the website to Azure and made sure there are no URL rewrites which redirect HTTP to HTTPs.
But since we did this move, on all browsers the website automatically redirect to HTTPs when the user open it with HTTP like http://www.example.com, it automatically go to https://www.example.com. And for sure this show the annoying message that the website is not secure.
How to stop this behaviour for all users without asking them to change their browsers security settings?
Not sure if these help:
- The website is a very old website written with classic asp
- The SSL Certificate was from Godaddy
- The domain name of this website is on UK2
- The website is now hosted on Azure app services.