Yeah, there is a gap between the Camel SSL setting and CXF SSL setting, that is why we introduced the CxfEndpointConfigurer to fill this gap. Current Camel SSL Support is per the camel context , we may need to introduce a option into CXFEndpoint to let it know how to create the SSLContext from Camel SSL setting.
I just fill a JIRA[1] for it. [1]https://issues.apache.org/jira/browse/CAMEL-9046 -- Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On August 2, 2015 at 4:46:43 PM, sloanecourt ([email protected]) wrote: > Thanks very much for implementing this change, very simple to use. > > The only problem I have at the moment is configuring the SSL support in the > Client. Coding is not the main issue, as this is discussed on several > threads, what I'm looking for is a way of utilising the mechanism Camel uses > internally, when not using CxfEndPointConfigurer to establish the SSL > configuration. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Programmatic-CXF-Endpoint-tp5756368p5770215.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >
