2 Replies Latest reply on Nov 22, 2011 1:21 AM by nickarls

    Creating https connector fails

    nickarls

      I'm trying to create a https connector on an upstream master instance with

       

      /subsystem=web/connector=https:add(socket-binding=https, scheme=https, protocol="HTTP/1.1", ssl = {name = "ssl", key-alias="jbossas7", password="jbossas7", certificate-key-file="jbossas.keystore"})

       

      but the result is a bit cryptic

       

      {

          "outcome" => "failed",

          "failure-description" => "JBAS014749: Operation handler failed: null",

          "rolled-back" => true

      }

       

      The socket binding exists. The keystore file is in the user home dir.

       

      Pointers?