Hi all, I've followed all the threads and configurations guide for
configuring HTTPS support
(activeMQ 5.3.0 + JBOSS)

I have activated jetty.xml file into broker-config.xml

<import resource="jetty.xml"/>

and configured jetty.xml as follow:

    <jetty>
    ..........
                <Call name="addConnector">
                <Arg>
                  <New class="org.mortbay.jetty.security.SslSocketConnector">
                        <!-- <Set name="Port">61</Set> -->
                        <Set name="maxIdleTime">30000</Set>
                        <Set name="keystore">./keystore</Set>
                        <Set name="password">password</Set>
                        <Set name="keyPassword">password</Set>
                        <Set name="truststore">./keystore</Set>
                        <Set name="trustPassword">password</Set>
                  </New>
                </Arg>
          </Call>
                
    </jetty>

keystore was created as described here: 

http://docs.codehaus.org/display/JETTY/How%20to%20configure%20SSL

What is wrong? 

Thank you!!
-- 
View this message in context: 
http://old.nabble.com/HTTPS-configuration---HELP%21-tp26628876p26628876.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to