Then the easiest way is to set the keystore properties through system
properties. This was taken from another mail in this mailing list.
> Hi,
>
> Specify your keystore details as follows, before doing the call.
>
> System.setProperty("javax.net.ssl.trustStore", "x");
> System.setProperty("javax.net.ssl.trustStoreType", "y");
> System.setProperty("javax.net.ssl.trustStorePassword","z");
>
>
> Thank you,
> Dimuthu
Upul
On Nov 26, 2007 4:51 PM, Ashok Kumar Rajendran <[EMAIL PROTECTED]> wrote:
> Thanks upul.,
>
> But If suppose cacerts doesnt have the ca information then , is there any
> other way to find for the ca ( from an external keystore file) in this case
> ?
>
>
> On 11/26/07, Upul Godage <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > Then your endpoint reference will be a https://... Then Axis2 client
> > will use the https transport sender and use the JAVA_HOME cacerts file
> > for server verification by default.
> >
> > There won't be any changes in the code.
> >
> > Upul
> >
> > On Nov 26, 2007 2:45 PM, Ashok Kumar Rajendran <[EMAIL PROTECTED] >
> wrote:
> > > Hi all .,
> > >
> > > I am using Axis2 1.3 in client side to accessing a web service which is
> > > deployed over normal HTTP protocol.
> > > If suppose the service provider of my web service change the HTTP
> protocol
> > > service into HTTPS service (with out client Authentication )
> > >
> > > Do i need to change anything in code level to make my client work ? or
> > > still it will work ?
> > >
> > > I ll be really thankful for your efforts.
> > >
> > >
> > > Thanks,
> > > Ashok R
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]