How to configure single SSL port for camel-jetty
Issue
- How to configure single SSL port for
camel-jetty,below configuration usingSslSelectChannelConnectordoes not works onJBoss Fuse 6.2.1.
<bean id="jetty" class="org.apache.camel.component.jetty8.JettyHttpComponent8">
<property name="sslSocketConnectors">
<map>
<entry key="5583">
<bean class="org.eclipse.jetty.server.ssl.SslSelectChannelConnector">
<property name="password" value="jboss" />
<property name="keyPassword" value="jboss" />
<property name="keystore"
value="/path/jboss.keystore" />
<property name="needClientAuth" value="false" />
</bean>
</entry>
</map>
</property>
</bean>
Environment
- Red Hat JBoss Fuse
- 6.2.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.