How to configure single SSL port for camel-jetty

Solution Verified - Updated -

Issue

  • How to configure single SSL port for camel-jetty,below configuration using SslSelectChannelConnector does not works on JBoss 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 of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.