|
Home > Archive > IIS Server Security > February 2006 > forcing browsers to SSL
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 |
forcing browsers to SSL
|
|
|
|
| Ken Schaefer 2006-02-17, 10:41 pm |
| You are switching from one protocol (HTTP) to a completely different
protocol (HTTPS). I'm not entirely sure how you're going to do that without
using a redirect script.
Cheers
Ken
"titanic panic" <jcy1971@googlemailservice> wrote in message
news:eCbbFG3MGHA.3064@TK2MSFTNGP10.phx.gbl...
: Hi,
:
: I'd like to setup IIS so that when users go to the urls:
:
: http://www.webserver.com
: http://webserver.com
: http://webserver.com/*
:
:
: it automatically forces them to SSL, i.e.:
:
: https://www.webserver.com
:
: It'd be nice if this was done without a redirect script and was a
: function/feature in IIS.
:
: Thanks for any help,
:
: panic
| |
| bagins 2006-02-17, 10:41 pm |
| Why dont't you use "A redirection to a URL" feature on the [properties ->
home directory tab] of your default web page?
Regards
--
*** bagins ***
"titanic panic" <jcy1971@googlemailservice> wrote in message
news:eCbbFG3MGHA.3064@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> I'd like to setup IIS so that when users go to the urls:
>
> http://www.webserver.com
> http://webserver.com
> http://webserver.com/*
>
>
> it automatically forces them to SSL, i.e.:
>
> https://www.webserver.com
>
> It'd be nice if this was done without a redirect script and was a
> function/feature in IIS.
>
> Thanks for any help,
>
> panic
|
|
|
|
|