There is inconsistency in how we deal with the port offset configuration between installation with and without SSL configuration.
+100 port offset w/o ssl
<port>9990</port> # (management.http)
+100 port offset w/ ssl
<port>10093</port> # (management.https + 100)
Since we stick with standalone management.https if SSL is enabled (JBEAP-2569), we should stick with standalone management.http for installation without SSL. If user chooses different ports for other modes/profiles, he should be experienced enough to know that CLI won't work for them by default (+ we can put this into documentation). Another option we have is to use 9990 w/o SSL and 9993 /w SSL no matter the additional port configuration.
- relates to
-
JBEAP-2569 Installer updates only protocol in jboss-cli.xml if SSL configuration was selected (port is omitted)
- Closed