camel-cxf and try for example:

<http:conduit name="webServiceUrl.*">
  <http:tlsClientParameters disableCNCheck="false"
secureSocketProtocol="SSL">
            <conf-sec:keyManagers keyPassword="${keystore.pass}">
                <conf-sec:keyStore
                    type="${keystore.type}"
                    password="${keystore.pass}"
                    file="${keystore.location}" />
            </conf-sec:keyManagers>
      </http:tlsClientParameters>
</http:conduit>

Regards,
gs


On Fri, Aug 16, 2013 at 2:21 PM, Christian Müller <
christian.muel...@gmail.com> wrote:

> I recommend the camel-cxf component.
>
> Best,
> Christian
> Am 16.08.2013 09:08 schrieb "Gnanaguru S" <gnanaguru.sattanat...@wipro.com
> >:
>
> > Hi,
> >
> > I am have a web service secured by SSL.
> >
> > Which is the right camel component to access this web service, where I
> can
> > specify the keystores/truststores ?
> >
> > I went through some examples, I am confused with HTTP, Jetty & CXF
> > components.
> >
> > Thanks
> > Guru
> > @gnanagurus
> >
> >
> >
> >
> > --
> > View this message in context:
> >
> http://camel.465427.n5.nabble.com/Accessing-SSL-secured-web-services-tp5737376.html
> > Sent from the Camel - Users mailing list archive at Nabble.com.
> >
>

Reply via email to