isn't possible
can we programmatically set the TLS Client Parameters somehow?
--
View this message in context:
http://camel.465427.n5.nabble.com/Setting-CXF-TLSClientParameters-programmatically-tp5120622p5756553.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Current camel-cxf doesn't care any thing of the CXF endpoint transport.
I think the issue should be address in the CXF side instead of
camel-cxf.
On Thu Jan 5 15:50:16 2012, Claus Ibsen wrote:
David have worked on uniform TLS/SSL configuration of the Camel components.
He wrote a lot of do
David have worked on uniform TLS/SSL configuration of the Camel components.
He wrote a lot of documentation and whatnot here
http://camel.apache.org/camel-configuration-utilities.html
And from time to time add support for it with the Camel components.
But I guess CXF has already a lot of bells a
Absolutely. We want to do this because of individual applications running
in the same container should have separate stores. Doesn't Camel operate
with å SSLContext for this purpose for the components?
Den 5. jan. 2012 08:09 skrev "Alexandre Gattiker"
følgende:
> Good catch, many thanks!
>
> Stil
Good catch, many thanks!
Still, it would be very useful to be able to set the key store
parameters programmatically for an endpoint, rather than through
system properties only.
Best regards,
Alexandre
On Wed, Jan 4, 2012 at 9:07 PM, Daniel Kulp wrote:
> On Wednesday, January 04, 2012 8:39:54 PM
On Wednesday, January 04, 2012 8:39:54 PM Alexandre Gattiker wrote:
> As of Camel 2.9.0 I can write:
>
> Map cxfProperties = new HashMap();
> cxfProperties.put(AuthorizationPolicy.class.getName(), policy);
> cxfEndpoint.setProperties(cxfProperties);
>
> Is there a similar way to set the TLSClient
As of Camel 2.9.0 I can write:
Map cxfProperties = new HashMap();
cxfProperties.put(AuthorizationPolicy.class.getName(), policy);
cxfEndpoint.setProperties(cxfProperties);
Is there a similar way to set the TLSClientParameters? I would like to
set them e.g. from the usual system properties
javax.n