How to configure CXFRS-Server with SSL (Java-Only config) ?
Issue
-
We want to reach this:
- REST should be available as SSL
- Certificates should be loaded from JKS
- Certificate password should be put into Java
- We want final points in camel still to be: from("cxfrs:///?resourceClasses=" + Service.class.getName() + "&bindingStyle=SimpleConsumer")... to address: The correct Jetty should be chosen automatically
-
We have already tried to register JettyHTTPServerEngineFactory in CXF-Bus. This isn't being chosen as standard though, when the CXFRS-From-Finalpoint as displayed previously.
Environment
- Red Hat JBoss Fuse
- 6.2.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.