SSL Question

SSL Question

am 19.10.2007 19:56:58 von Dale Franks

Hi:

Is there anyway to force a browser to https even if the user types in http
to access a secure site?

Thanks

Re: SSL Question

am 20.10.2007 06:51:33 von David Wang

On Oct 19, 10:56 am, "Joe" wrote:
> Hi:
>
> Is there anyway to force a browser to https even if the user types in http
> to access a secure site?
>
> Thanks


You configure the secure site to send a HTTPS redirection directive to
the client for any HTTP request, and the client makes a second
connection over HTTPS. The client will see the URL bar change to HTTPS
as if you forced the browser to HTTPS even if the user types in HTTP.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Re: SSL Question

am 22.10.2007 16:35:17 von .._..

"David Wang" wrote in message
news:1192855893.650933.192990@k35g2000prh.googlegroups.com.. .
> On Oct 19, 10:56 am, "Joe" wrote:
>> Hi:
>>
>> Is there anyway to force a browser to https even if the user types in
>> http
>> to access a secure site?
>>
>> Thanks
>
>
> You configure the secure site to send a HTTPS redirection directive to
> the client for any HTTP request, and the client makes a second
> connection over HTTPS. The client will see the URL bar change to HTTPS
> as if you forced the browser to HTTPS even if the user types in HTTP.
>
>

How is that done? Closest I have gotten is a custom error page and the
"Require Secure Channel" check box; or by creating a second web and using it
to redirect to the main web in SSL.

If there's an easier way to do it without the custom error page or a second
web I'd like to know about it.

Re: SSL Question

am 24.10.2007 16:22:15 von Robert Mark Bram

That second comment of yours is actually a good idea. Never thought of
creating a site and redirecting to another for HTTPS. Thanks
".._.." <.._..@yourmom.mil> wrote in message
news:Fy2Ti.39338$G23.15490@newsreading01.news.tds.net...
>
> "David Wang" wrote in message
> news:1192855893.650933.192990@k35g2000prh.googlegroups.com.. .
>> On Oct 19, 10:56 am, "Joe" wrote:
>>> Hi:
>>>
>>> Is there anyway to force a browser to https even if the user types in
>>> http
>>> to access a secure site?
>>>
>>> Thanks
>>
>>
>> You configure the secure site to send a HTTPS redirection directive to
>> the client for any HTTP request, and the client makes a second
>> connection over HTTPS. The client will see the URL bar change to HTTPS
>> as if you forced the browser to HTTPS even if the user types in HTTP.
>>
>>
>
> How is that done? Closest I have gotten is a custom error page and the
> "Require Secure Channel" check box; or by creating a second web and using
> it to redirect to the main web in SSL.
>
> If there's an easier way to do it without the custom error page or a
> second web I'd like to know about it.
>