RE: Client Authentication using SSL

2012-07-19 Thread Jeffrey Janner
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Tuesday, July 17, 2012 9:14 AM > To: Tomcat Users List > Subject: Re: Client Authentication using SSL > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jef

Re: Client Authentication using SSL

2012-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 7/16/12 10:01 AM, Jeffrey Janner wrote: > Thanks Chris, I'd seen a lot of traffic on the topic over the > years, so knew someone had real-world experience on the subject. > I'll check out what you did a little further. Of course, thinking

RE: Client Authentication using SSL

2012-07-16 Thread Jeffrey Janner
ers List > Subject: Re: Client Authentication using SSL > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jeffrey, > > On 7/12/12 9:44 AM, Jeffrey Janner wrote: > > Is there anyone who's implemented true-client SSL auth over APR that > > would

Re: Client Authentication using SSL

2012-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 7/12/12 9:44 AM, Jeffrey Janner wrote: > Is there anyone who's implemented true-client SSL auth over APR > that would be willing to share hints/tips on how they handled > certificate distributions, etc.? I wasn't using APR -- though it sh

Re: Client Authentication using SSL

2012-07-12 Thread Pid
ded message -- >> From: Puneet Dewan >> Date: Thu, Jul 12, 2012 at 10:19 PM >> Subject: Re: Client Authentication using SSL >> To: Tomcat Users List >> >> >> Excellent suggestions and the link at the bottom . >> On my local machine using keystor

Re: Client Authentication using SSL

2012-07-12 Thread Burghard W.V. Britzke
?! Am 12.07.2012 um 19:22 schrieb Puneet Dewan: > The below way I used to deploy the war and able to use it :) > > > -- Forwarded message -- > From: Puneet Dewan > Date: Thu, Jul 12, 2012 at 10:19 PM > Subject: Re: Client Authentication using SSL &g

Fwd: Client Authentication using SSL

2012-07-12 Thread Puneet Dewan
The below way I used to deploy the war and able to use it :) -- Forwarded message -- From: Puneet Dewan Date: Thu, Jul 12, 2012 at 10:19 PM Subject: Re: Client Authentication using SSL To: Tomcat Users List Excellent suggestions and the link at the bottom . On my local

Re: Client Authentication using SSL

2012-07-12 Thread Puneet Dewan
col" redirectPort="8443" scheme="https" secure="true"/> On Wed, Jul 11, 2012 at 10:05 PM, Jeffrey Janner < jeffrey.jan...@polydyne.com> wrote: > Looking into implemented two-factor Auth for

RE: Client Authentication using SSL

2012-07-12 Thread Jeffrey Janner
; -Original Message- > From: burghard.britzke [mailto:b...@charmides.in-berlin.de] > Sent: Thursday, July 12, 2012 1:11 AM > To: Tomcat Users List > Subject: Re: Client Authentication using SSL > > may be that article helps: > http://www.tomcatexpert.com/blog/2012/07

Re: Client Authentication using SSL

2012-07-11 Thread burghard.britzke
resting. But really just looking for some additional info on how the > client SSL stuff really works. > Jeff > >> -Original Message- >> From: Esmond Pitt [mailto:esmond.p...@bigpond.com] >> Sent: Wednesday, July 11, 2012 5:58 PM >> To: Jeffrey Janner >&g

RE: Client Authentication using SSL

2012-07-11 Thread Jeffrey Janner
where I have > these > 'factors': > > - SSL client certificate > - 'ticket' (a UID in the URL, e.g. for password resets) > - form > > > EJP > > -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydy

RE: Client Authentication using SSL

2012-07-11 Thread Jeffrey Janner
> -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Wednesday, July 11, 2012 11:36 AM > To: 'Tomcat Users List' > Subject: Client Authentication using SSL > > Looking into implemented two-factor Auth for Tomcat with f

Client Authentication using SSL

2012-07-11 Thread Jeffrey Janner
Looking into implemented two-factor Auth for Tomcat with first factor being our current userid/password form. I figured that the second factor could be Client Authentication using SSL, as it seems readily available in Tomcat. Aside from the wonderful Tomcat documentation on configuring the