I have created a virtual directory in IIS6 on a 2k3 R2 SP2 server that
serves files fine when viewed over http, however I want to control access
and do so securely to this dir so I first disable anon access and require
basic authentication which works great for denying anon access and requiring
a valid login.
Given that basic transmits its passwords in the clear I also check the
Require secure channel (SSL) option in Web Dir -> Properties -> Virtual
Directory -> Secure communications -> Edit... doing so denies access via
http however when I change the URL to begin with https, IE returns a generic
'Internet Explorer cannot display this webpage.'
The web site I'm doing this in is configured with the standard SSL port of
443.
For a sanity check I tried the above one more time on another 2k3 R2 SP2 box
which already has a web app that works great over https (through
redirection) to an identical result.
I suspect (but a dev and not an admin) this is certificate related... which
puzzles me even more because I've created and installed my own self signed
cert as well as used the one that already exists on the second working
box... only my dir still doesn't work.
Aside from suggesting that a dev not be touching a server (which I'd agree
with

)... any thoughts?
Brendan