I want to enable SSL on my local computer for an asp.net 4.0 web site. What steps do I need to take? I want to use a free SSL certificate.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
migrated from stackoverflow.com May 4 '11 at 6:24
|
If this is for development purposes with Visual Studio 2010 SP1:
If this is for serving web pages outside of development, that entirely depends on your setup. |
|||
|
|
|
If you want to use SSL on your localhost for testing, use a self signed cert. |
|||
|
|
|
Enabling SSL in IIS on Windows XP Professional Enabling SSL in IIS 6.0 on Windows Server 2006 Enabling SSL on IIS 7.0 on Windows Vista/7 Using Self-Signed Certificates |
|||
|
|
|
Here's info on free SSL / TSL solution: https://www.startssl.com/ Haven't tried this myself, but documentation etc. seems to be OK. |
|||
|
|