Hi, You can apply the same CXF Jetty configuration to the cxfEndpoint, as camel-cxf just delegate setting to CXF.
The CXF Jetty Https configuration is based on port, you need to make sure the cxfEndpoint address is using the same port that you set on Jetty Http engine. Regards, -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On March 18, 2014 at 12:18:20 AM, chaij (jin.c...@indigoarc.com) wrote: > Willem, > > Thanks for your reply. I am relatively new to Camel. > > Sorry to ask some basic questions. > > 1. So CXF uses Jetty for underline http related service? > 2. The link you pointed me to seems to talk about standalone configuration. > I am not quite sure what it means. I am using Camel route and Camel CXF > component. Here is my spring DSL configuration. What do I need to do to use > https instead of http? Do you have a more specific example? > > > address="http://localhost:9002/webservices/upload" > endpointName="s:uploadSOAP" serviceName="s:uploadService" > wsdlURL="wsdl/UploadService.wsdl" > serviceClass="mycompany.com.Upload" > xmlns:s="http://mycompany.com/external/upload/" /> > > > Thanks! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846p5748977.html > Sent from the Camel - Users mailing list archive at Nabble.com. >