On 28/11/2011 12:16, David C wrote:
> Hi
>
> As it turned out. The problem was that setting the trust information lies
> outside the restlet framework. Adding these two lines solved the user
> authenticaiton problem using SSL for me.
>
> System.setProperty("javax.net.ssl.trustStore", keystorepath);
> System.setProperty("javax.net.ssl.trustStorePassword",
> keystorepassword);
>
Setting the trust information can be done for a specific connector,
without necessarily relying on the global properties.
Have you tried to set the server parameter using "truststorePath", not
"truststore" as you've used?
Best wishes,
Bruno.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2889302