|
Home > Archive > IIS Server Security > September 2005 > SSL in a development environment
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SSL in a development environment
|
|
| Ed Staffin 2005-08-30, 6:00 pm |
| Hi,
I am doing development on a win2003 standard server with IIS installed. I
also installed certificate server and was able to figure out how to create a
certificate. I think I got it installed correctly on my default web site.
However, when I browse to my app via https://localhost/myapp/default.aspx it
can't find the page. I can however run the app without ssl via
http://localhost/myapp/default.aspx, which is exactly what I don't want. Can
anyone give me some guidance?
Thanks ... Ed
| |
| Jeff Cochran 2005-08-30, 8:49 pm |
| On Tue, 30 Aug 2005 15:08:01 -0700, "Ed Staffin" <Ed
Staffin@discussions.microsoft.com> wrote:
>I am doing development on a win2003 standard server with IIS installed. I
>also installed certificate server and was able to figure out how to create a
>certificate. I think I got it installed correctly on my default web site.
>However, when I browse to my app via https://localhost/myapp/default.aspx it
>can't find the page. I can however run the app without ssl via
>http://localhost/myapp/default.aspx, which is exactly what I don't want. Can
>anyone give me some guidance?
Easy method? Stop answering on port 80 for the site. But basically,
on the web site properties, directory security tab, secure
communication, Edit, choose "Require SSL..."
See:
http://support.microsoft.com/defaul...b;EN-US;q290625
http://www.petri.co.il/configure_ss...te_with_iis.htm
Jeff
| |
|
|
|
|
|