Require Secure Channel for specific page

Discussion in 'Hosting Services / Control Panel' started by menevets, Dec 14, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. SSL is working fine on my site, just a simple question.

    If I type https for any page, I'm getting the page via SSL. Is there a way to disable SSL for specific pages via the control panel, similar to the file security tab in IIS?

    It's not that big a deal because worse case is someone gets a page over a secure channel even though there's no info to protect. And no one is likely to type in https for pages that are not secured. Just wondering what everyone else here does.

    Thanks in advance.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    > If I type https for any page, I'm getting the page via SSL. Is there a way to disable SSL for specific pages via the control panel, similar to the file security tab in IIS?

    No. This is not technically doable on the web server. You can, however, programatically handle this if you wish. ie. you parse if the request is HTTP or HTTPS and then redirect to either HTTP or HTTPS.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    Most customers drive traffic to their http site and only only secure (https) pages that need to be secured.


    Eric
    DiscountASP.NET - Microsoft Gold Partner
    - Best ASP.NET Web hosting: 2008, 2007, 2006, 2005 - asp.netPRO Magazine
    - Best ASP.NET Web Hosting: 2007, 2005 - Visual Studio Magazine
    - kb.discountasp.net - community.discountasp.net - www.daspblog.com
     
  4. That's what I'm doing for the pages I want to secure. So I have to do the opposite for the pages that don't need to be secure. I take it this is what most people here do. Thanks.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page