Basically all I am really trying to do is take incoming CXF requests over
https, then route it to the webservice on another server using https.  

Being new to this sort of thing I have a few questions that might help me
find the direction:

Do I need to deploy the SSL cert to the bundle/route specifically, or is
there a way to deploy it for all of servicemix?  I believe I need to add the
cert to the java keystore, but then does servicemix find it automatically or
is there something I need to configure?

Do I actually need to use an http-conduit for this, I would think I do since
I am taking the request from the https and sending it to another CXF
endpoint on https.

Do I need to setup any jetty engine like in the SVN example?  I would think
cxf and the use of the conduit would be sufficient, but I am not sure.

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

Reply via email to