Re: submit logins over SSL

2009-03-26 Thread Malcolm Tredinnick
On Thu, 2009-03-26 at 13:17 +0500, Ayaz Ahmed Khan wrote: [...] > I have used, in a project before, a *third-party* SSL Middleware[0] to > effectively achieve what you are after. I won't comment further, apart > from saying that it has worked a treat for my requirements. You may > peruse the sourc

Re: submit logins over SSL

2009-03-26 Thread Ayaz Ahmed Khan
On 26-Mar-09, at 11:54 AM, Ryan Kelly wrote: > I'm trying to set things up so that my login form uses SSL to > protect the user's password in transit. Basically, the behaviour > I'm after is as follows: > > 1) Unauthenticated user requests http://site/private/ > 2) They're redirected to http:

Re: submit logins over SSL

2009-03-26 Thread Malcolm Tredinnick
On Thu, 2009-03-26 at 17:54 +1100, Ryan Kelly wrote: > Hi All, > > > I'm trying to set things up so that my login form uses SSL to protect > the user's password in transit. Basically, the behaviour I'm after is > as follows: > >1) Unauthenticated user requests http://site/private/ >2

submit logins over SSL

2009-03-25 Thread Ryan Kelly
Hi All, I'm trying to set things up so that my login form uses SSL to protect the user's password in transit. Basically, the behaviour I'm after is as follows: 1) Unauthenticated user requests http://site/private/ 2) They're redirected to http://site/login/ 3) They submit their deta