Hi @WindowsGeek ,
You could check the following link.
https://learn.microsoft.com/en-us/iis/configuration/system.webserver/httpredirect/
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I used https://tecadmin.net/iis-redirect-http-to-https/ tutorial to redirect all HTTP requests to the HTTPS, but it doesn't work. When I browse "http://my_website.com" then it showed me below error:
How can I solve it?
Thank you.
Hi @WindowsGeek ,
You could check the following link.
https://learn.microsoft.com/en-us/iis/configuration/system.webserver/httpredirect/
Hi @WindowsGeek
You need to enable ssl if you want to use https in iis.
SSL Settings. Require SSL check box, under Client certificate, select Accept. More information you can refer to this link: How to Set Up SSL on IIS.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hello,
Thank you so much for your great help.
I did all of those steps:
But, as I said, I had a problem!
Same problem happens with me in Last Month, I use Rewrite code on my website and it redirects to HTTPS and not HTTP. If you need to learn in deep , you refer this link of 301 Redirect HTTP to HTTPS :
I hope this will clear your query, If yes please click "Accept Answer" and up vote it.