0 Replies Latest reply on Apr 10, 2014 10:18 AM by crazycradd

    problem connecting to topic from remote client when deploying over https

    crazycradd

      I have ported my app from Jboss 7 to wildfly and all works well when using http.

       

      I have set up a new server to test the ssl configuration the https connection seems to work fine from a web point of view and I can also connect via remote ejb client so all looks good.

       

      The only problem I have is that the JMS Topic will not connect.

       

      I have had a look at the schema and you do not seem to have a https-connector I can set up so I tried altering the binding to use https but this still fails.

       

                <http-connector name="http-connector" socket-binding="http">
                   <param key="http-upgrade-endpoint" value="http-acceptor"/>
                </http-connector>
                <http-connector name="http-connector-throughput" socket-binding="http">
                   <param key="http-upgrade-endpoint" value="http-acceptor-throughput"/>
                   <param key="batch-delay" value="50"/>
                </http-connector>

       

       

      My remote client connect using the following context properties.

       

      java.naming.provider.url=http-remoting://x2100a.coa.local:11171,https-remoting://x2100a.coa.local:11171

      java.naming.factory.initial=org.jboss.naming.remote.client.InitialContextFactory

      java.naming.security.authentication=simple

      java.naming.security.principal=admin

      jboss.naming.client.ejb.context=true

      java.naming.security.credentials=password