It appears to me that XTrustProvider.install() allows you to bypass  the
validation. Just make sure this is want you wanted, especially if your
webservice client is running inside  big JEE app.
Cheers,
Jack

On Mon, Mar 3, 2008 at 7:22 AM, Vassilis Virvilis <[EMAIL PROTECTED]>
wrote:

> 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]
>
>


-- 

Some people lived like they will never die
and died like they have never lived

Reply via email to