Re: SSL and redirect
From: Hithesh Ranchhod (hithesh.ranchhodNOSPAM@andrew.com)
Date: 01/30/03
- Next message: charles: "Re: IsInRole not as expected"
- Previous message: Paul Lyons: ""Requested Registry Access Is Not Allowed" Error Message When ASP.NET Applicatio"
- In reply to: Kevin Burton: "SSL and redirect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Hithesh Ranchhod" <hithesh.ranchhodNOSPAM@andrew.com> Date: Thu, 30 Jan 2003 10:54:00 -0600
Kevin,
My understanding is that in the current version of ASP.NET, formsauth will
redirect based on what the incoming file state was in. So if you are coming
in https:// , you will be forwarded in https://. Same for http://.
There is a security issue if you hop between https and http with the forms
auth cookie as it can be "sniffed" when in http mode and whoever is
listening could steal the login.
I pretty much locked down applications to https only, after users logged in.
I don't have much info on the dummy cert you require. Maybe you can get a
demo one from Verisign for dev purposes only?
"Kevin Burton" <kevin_burton@baxter.com> wrote in message
news:05c901c2c16e$79a64ba0$89f82ecf@TK2MSFTNGXA01...
>
> I noticed that you did not receive any replies to your
> query. Were you able to research and find out anything
> else? Any information that you found about using SSL would
> be greatly appreciated.
>
> I am just beginning to investigate using SSL and
> certificates. I am running up against the documentation
> that seems to favor the Web Server Certificate Wizard
> (which in my case requires a separate dedicated server),
> versus using the .NET makecert utility (of which there
> seems to be little documentation). I would like to use
> makecert to generate a dummy certificate for the purposes
> of testing SSL (performance etc.) I don't know how to do
> this right now.
>
> Thank you for your time.
>
> Sincerely,
>
> Kevin
- Next message: charles: "Re: IsInRole not as expected"
- Previous message: Paul Lyons: ""Requested Registry Access Is Not Allowed" Error Message When ASP.NET Applicatio"
- In reply to: Kevin Burton: "SSL and redirect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|