Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to change a local host url with ip address from http to https in IIS ?
External host name is coming https on enabling SSL certificate. But in localhost with ip
is coming as http. I want it to be https://localhost/192.168.4.5/ instead of http://localhost/192.168.4.5/.
Posted

1 solution

If you have enabled SSL on the local site, you should get https working on the local page as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900