The trust manager is for the client. If you just want to configure the cxf consumer, you just need to use the keystore.
<httpj:engine-factory bus="cxf">
   <httpj:identifiedTLSServerParameters id="secure">
     <httpj:tlsServerParameters>
       <sec:keyManagers keyPassword="password">
         <sec:keyStore type="JKS" password="password"
                     file="certs/cherry.jks"/>
       </sec:keyManagers>
     </httpj:tlsServerParameters>
   </httpj:identifiedTLSServerParameters>

On Mon Apr 23 20:18:20 2012, Castyn wrote:
What goes in the keystore versus the trust manager?  Do Ineed to use both on
the jetty engine and http conduit?  All I have created is a keystore and
added the ssl public certificate to it.  What do I need to add to a trust
manager?

--
View this message in context: 
http://camel.465427.n5.nabble.com/SSL-and-CXF-Consumers-tp5638480p5659264.html
Sent from the Camel - Users mailing list archive at Nabble.com.




--
Willem
----------------------------------
CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
        http://jnn.javaeye.com (Chinese)
Twitter: willemjiang
Weibo: willemjiang

Reply via email to