I am learning WCF and I need to set up an https site on my windows seven machine. Is this possible? I have googled multiple variations of “https windows 7” etc but haven’t found any useful information. When I select https in the drop down from IIS it won’t let me click next. Can someone point me in the right direction regarding this?
Thanks!
In order to configure your service for https on windows 7 machine do the following:
1.Open IIS. Create a new website by doing a right click on the sites folder and select Add new website.
Now the add new website popup comes up. enter the details and in the bindings section select Type to be https and the port would change to 443 and a SSL certificate dropdown is shown.
Select a certificate from the dropdown that is used to secure your communication channel for this website or applications in this website.
Once you perform the above steps you have created a website that listens on https.
NOTE: The certificates in the SSL Certificate dropdown are available only when you install the certificates to the appropriate store.