RE: Re: 2-way SSL authentication

2007-05-31 Thread Chuck Hinson
Toby, I'm about to try out the ssl client auth stuff. I looked in javadoc, but didn't see anything. What all did you have to do to get client auth working? I assume I at least have to do (the equivalent of) the following (on the command line): -Djavax.net.ssl.trustStore=arces-ca-trust.jk

RE: Re: 2-way SSL authentication

2007-05-23 Thread Chuck Hinson
I'm going to need this in a day or two. Can I get this in a binary, or do I have to build from trunk? --Chuck -Original Message- From: Toby Thain [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 6:19 PM To: discuss@restlet.tigris.org Subject: Re: 2-way SSL authentication On 21-M

RE: RE: RE: 2-way SSL authentication

2007-04-27 Thread Jerome Louvel
L PROTECTED] > Envoyé : vendredi 27 avril 2007 16:20 > À : discuss@restlet.tigris.org > Objet : RE: RE: RE: 2-way SSL authentication > > I intend to do the experiment with the Simple adapter - as > long as our project direction permits. > > I did not look at the other adap

RE: RE: RE: 2-way SSL authentication

2007-04-27 Thread Chuck Hinson
-Original Message- From: Jerome Louvel [mailto:[EMAIL PROTECTED] Sent: Friday, April 27, 2007 9:53 AM To: discuss@restlet.tigris.org Subject: RE: RE: 2-way SSL authentication OK, that's clear now :) If you could experiment your proposition with the Simple HTTPS connector, that wou

RE: RE: 2-way SSL authentication

2007-04-27 Thread Jerome Louvel
don't think that the Servlet API itself allows to configure this aspect. Best regards, Jerome > -Message d'origine- > De : Chuck Hinson [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 27 avril 2007 15:21 > À : discuss@restlet.tigris.org > Objet : RE: RE: 2-way SSL

RE: RE: 2-way SSL authentication

2007-04-27 Thread Chuck Hinson
No, I mean SSL with client authentication - i.e., rather than just the server authenticating itself to the client (by sending its server cert), both the client and the server authenticate with each other. I did look at the code for the Simple HttpsServerHelper and it appears that it would be re