On Monday 03 March 2008, Nandana Mihindukulasooriya wrote:
> Hi Nuria,
> yes, you need to set a system property in the client side to
> add that key store containing that cert as a trusted key store. This
> can be simply done using
>
> System.setProperty("javax.net.ssl.trustStore", "path/to/keystore.jks");
> System.setProperty("javax.net.ssl.trustStorePassword", "password");
>
> in the client side.
>
> thanks,
> nandana
>
Hi everybody,
When I was researching the issue this trick didn't work for me due to
"unconnected sockets". Anyway I found a solution in devcentral.f5
If the following link does not work
http://devcentral.f5.com/weblogs/joe/archive/2005/07/06/1345.aspx
just go to http://devcentral.f5.com/ and search for XTrustProvider
Then all you have to do before actually connect to the axis
webservice is XTrustProvider.install().
Slick indeed.
.bill
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]