Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-11784

Documentation: explicit connection of CLI after reload if https is changed to http

    XMLWordPrintable

Details

    Description

      Documentation: explicit connection of CLI after reload if https is changed to http

      If user add https support to CLI, CLI reconnects from 9990 to 9993 port automatically:

      • /core-service=management/security-realm=ManagementRealm/server-identity=ssl:add(keystore-path=management.keystore,keystore-relative-to=jboss.server.config.dir,keystore-password=password,alias=server,key-password=password,generate-self-signed-certificate-host=localhost)
        /core-service=management/management-interface=http-interface:write-attribute(name=secure-socket-binding,value=management-https)
        reload
        
      • Press 'P'

      But if user remove https support and want to use 9990 again, he needs to connect CLI to server explicitly

      • /core-service=management/management-interface=http-interface:write-attribute(name=secure-socket-binding)
        /core-service=management/security-realm=ManagementRealm/server-identity=ssl:remove()
        reload
        connect
        

      Closed functional issue: https://issues.jboss.org/browse/JBEAP-11766

      Attachments

        Issue Links

          Activity

            People

              rhn-support-ahoffer Andrea Hoffer
              mkopecky@redhat.com Marek Kopecky
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: