Click here to Skip to main content
15,885,933 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to configure a url in IIS with https.? Here I have set https (ssl certificate) in the local host web server. Now i want to direct to a site as https://hwww.x.com . Instead I am getting IIS 7.
Posted
Updated 27-Jan-14 16:35pm
v2

1 solution

You need to craete a self signed certificate (or get from a third party vendor) and then place the certificate in the certificate store.
You then need to link the web site's binding to the certificate.

You need to turn on SSL in the Require SSL section.

There are a few links that describe these steps
http://support.microsoft.com/kb/324069[^]
How to Create SSL Secure Server (HTTPS) in Local IIS?[^]
http://blogs.msdn.com/b/rakkimk/archive/2007/05/25/iis-7-how-to-configure-a-website-for-https.aspx?Redirected=true[^]
http://weblogs.asp.net/scottgu/archive/2007/04/06/tip-trick-enabling-ssl-on-iis7-using-self-signed-certificates.aspx[^]
 
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