Re: How to set SSL to specific web page

From: Sparky Polastri (jafiwam_at_MuNGEDyahoo.com)
Date: 09/16/05


Date: Fri, 16 Sep 2005 13:04:21 -0500


"EDA" <EDA@discussions.microsoft.com> wrote in message
news:9789A656-17DE-4C68-9887-A45F044E0C9D@microsoft.com...
>
> Hi,
>>
>> Is it possible to implement in SSL in specific web page. Can you give
>> a details or example..
>> Is really require separate virtual directory for secured and unsecured
>> pages.
>>
>> Thanks & Regards
>> Edayachandran.V
>

HTTP vs HTTPS is a function of the request coming to the server from browser
so you sort of have to trick the user into requesting in HTTPS.

You can link with an absolute link using HTTPS.

You can use the "properties" of the file or folder to make IIS only accept
HTTPS requests (if the user doesn't they'll get an error) Some users then
use the custom errors feature to redirect the user back to the file or the
home page in HTTPS.

Or you can use a redirect script using ASP to switch to HTTPS mode on
individual files.
(one way to do it:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q239875)

There are others using other languages...



Relevant Pages

  • RE: Detecting Secure requesting when hardware based SSL offloading is
    ... If they are removing the request from the ... HTTPS context, and rerouting to an HTTP URL in the backend then you are ... framework detects and redirects the browser over HTTPS. ... > Server and given it to an Hardware SSL offloader. ...
    (microsoft.public.dotnet.framework.aspnet)
  • How to grab the raw HTTPS stream in Tomcat?
    ... I need to "intercept" the HTTPS post request, store all the raw ... The customer will already have been given a unique x509 certificate to ...
    (comp.security.unix)
  • Re: Server.transfer and ssl
    ... It is the "https" in the url that instructs the server to use SSL, ... browser request that initialtes the switch. ... give the browser the opportunity to specify a protocol. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: does IIS log record any attempt to contact?
    ... the request ... > try to connect to the site using https from another ... > my server logs would show requests for the site over port ...
    (microsoft.public.inetserver.iis.security)
  • Detecting Secure requesting when hardware based SSL offloading is
    ... We have built a framework that allows pages to be served over secure channel ... framework detects and redirects the browser over HTTPS. ... Similarly for non secure pages if the request comes over HTTPS the ... Server and given it to an Hardware SSL offloader. ...
    (microsoft.public.dotnet.framework.aspnet)