I am running IIS 7 on my local windows 7 machine.

I have a website running off it and want to setup IIS to support https. How can I do this?

link|improve this question

75% accept rate
feedback

migrated from stackoverflow.com Oct 20 '10 at 13:01

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 4 down vote accepted

Basically you need to get a certificate and create an HTTPS binding on a site.

This page has in depth tutorial:

See also the answers to this question:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.