On IIS 10 Windws Server 2016, my clients access the website using the following domain "http://example.net" and that is the "Site Binding" that is setup for this domain. I purchased a SSL certificate and want to instal it adding this "https://example.net" to the "Site Binding" on IIS 10 and leave BOTH bindings for a couple of days until I can go to the client's site and change the browser's shortcuts from "http://example.net" to "https//..." then after that I will delete the "http://..." binding in the IIS. My question is: Will this arrangement work or will the clients be blocked once the certificate is installed ? I know the short answer would be to tell them to just add the "s" after http in all their computers but it is not that simple.
If you delete the http binding on IIS, it will only accept https requests.
Install new certificate on IIS, there are a few things to note.