Re: SSL needClientAuthentication not working

2012-04-11 Thread Thierry Boileau
> > > -John Wismar > > > > *For reference: the only things I had to change was that > > DefaultSslContextFactory is in a different package, and I commented out > > calls to Engine.setLogLevel(). > > > > -- > > View t

RE: SSL needClientAuthentication not working

2012-04-11 Thread John Wismar
-3296 > -Original Message- > From: John Wismar [mailto:john.wis...@autozone.com] > Sent: Tuesday, February 28, 2012 10:57 AM > To: discuss@restlet.tigris.org > Subject: Re: SSL needClientAuthentication not working > > Quick followup- > > I have found the same issue. I am

Re: SSL needClientAuthentication not working

2012-02-28 Thread John Wismar
ext: http://restlet-discuss.1400322.n2.nabble.com/SSL-needClientAuthentication-not-working-tp7045620p7326565.html Sent from the Restlet Discuss mailing list archive at Nabble.com. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2927697

Re: SSL needClientAuthentication not working

2011-12-02 Thread Sean
, but instead I hope one of the developers see this. btw, is this the best place to supply bugs or should I be posting to a bugtracker? -- Sean -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/SSL-needClientAuthentication-not-working-tp7045620p7054410.html Sent fro

Re: SSL needClientAuthentication not working

2011-11-30 Thread Bruno Harbulot
On 30/11/2011 07:12, Sean wrote: > Looks like this is definitely a bug... I have tried knocking Restlet back to > 2.0 and it functions as expected. 2.1RC1 and the 2.1 snapshot both won't > force clientauthentication. > I'd rather not switch back to 2.0 as I am using some of the new methods in > 2.1

Re: SSL needClientAuthentication not working

2011-11-30 Thread Sean
o this one? -- Sean -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/SSL-needClientAuthentication-not-working-tp7045620p7045839.html Sent from the Restlet Discuss mailing list archive at Nabble.com. -- http://restlet.tig

SSL needClientAuthentication not working

2011-11-30 Thread Sean
;true"); parameters.add("needClientAuthentication","true"); parameters.add("truststorePath","d:/pathto/servertruststore.jks"); parameters.add("truststorePassword", "password");