Re: question: ssl login

2006-07-11 Thread Perrin Harkins
On Mon, 2006-07-10 at 21:52 -0400, Jonathan wrote: > a- is this correct: > the recommended place to run ssl through is some sort of proxy? Yes. > b-in that scenario, is there any way to make sure that a login > happened via SSL ? There are many ways you could do it. You can proxy tr

Re: question: ssl login

2006-07-11 Thread Philip M. Gollucci
Jonathan wrote: > a- is this correct: > the recommended place to run ssl through is some sort of proxy? > ie: > internet ||| -> Load Balancer ( ssl ) -> cluster ( mod_perl / > vanilla / etc ) > internet ||| -> Apache Port 80/443 ( ssl + vanilla ) -> mod_perl > ( port 8000 )

question: ssl login

2006-07-10 Thread Jonathan
i need to lock down a login/registration/password system under ssl i've never done this stuff before the mod_perl ssl stuff is a bit lacking in docs, so off of things i've read in misc places and the 1.0 guide, i have a few questions: a- is this correct: the recommended place to run