Could someone point me to an example or provide some guidance on what I
should do if I want to validate the cert returned from the server when I
make the https connection.

I have keystore and a truststore, but I am not sure how I tie them to the
https connection.  

Thanks in advance.

 <context:property-placeholder location="file:etc/my.cfg" />

  <cxf:cxfEndpoint id="example-WS"
                   address="${service.serviceMixexampleLocation}"
                   endpointName="s:BasicHttpBinding_example_WF"
                   serviceName="s:example_WF"
                   wsdlURL="etc/exampleService.wsdl"
                   xmlns:s="http://example.Service/example_WF";>
  </cxf:cxfEndpoint>

  <camelContext id="example" xmlns="http://camel.apache.org/schema/spring";>
    <route>
      <from uri="cxf:bean:example-WS"/>
 
      <to uri= "https://abc.def.net/ExampleService/WF_Service.svc"/>  
    </route>
  </camelContext>


--
View this message in context: 
http://camel.465427.n5.nabble.com/http-client-cert-verification-tp5542079p5542079.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to