2 Replies Latest reply on Jul 20, 2015 7:40 AM by nullninja

    Arquillian configuration for https management

    nullninja

      Good evening,

       

      I've been trying, for a while, to configure Arquillian to work with a managed Jboss container (EAP 6.3.2), which has management configured with https (and the http one is removed)

      How exactly should the arquillian.xml file look like, for this to work?

      If I set the port to the one the management-https uses, the test simply hangs, after it starts the server (no visible error).

      If the port is set to the one management-native uses, the server, while starting, complains about:

      javax.net.ssl.SSLHandshakeException: General SSLEngine problem

      JBREM000200: Remote connection failed: java.io.IOException: JBREM000202: Abrupt close on Remoting connection

       

      Thanks in advance, for your input.