Hello People of Restlet;

I made self-sign keys and cert for both:

restlet server:
http://code.google.com/p/carrotgarden/source/browse/trunk/test-restlet/src/main/java/restlet_01/MainServerSSL.java

restlet client:
http://code.google.com/p/carrotgarden/source/browse/trunk/test-restlet/src/main/java/restlet_01/MainClientSSL.java

when I run server, I can accept exception in browser and hence confirm that 
server did aceept SSL parameters;

but when I run client which tries to connect to the server, it blows up with 
exceptions which show that client is still using default java ssl stores;

I verified this by placing a break point on:
org.restlet.ext.ssl.PkixSslContextFactory.init(Series<Parameter> parameters)

namely, server does call it; but in client it never gets called;

please let me know what am I missing?

thank you;

Andrei

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2712046

Reply via email to