-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
In case SSL through Elytron ssl-context is configured for management interface then JBoss CLI is not able to authenticate when it is run with IBM JDK.
It works correctly when
- Legacy SSL is used instead of Elytron ssl-context
- or non-IBM JDK is used for JBoss CLI
- or only authentication without SSL is used
It fails for http-interface as well as native-interface.
When different client is used for connection to management interface (I tried it with ModelControllerClient) then authentication and SSL works correctly.
For http-interface following output of CLI is print:
Failed to connect to the controller: The controller is not available at localhost:9993: java.net.ConnectException: WFLYPRT0053: Could not connect to remote+https://localhost:9993. The connection failed: WFLYPRT0053: Could not connect to remote+https://localhost:9993. The connection failed: java.nio.channels.ClosedChannelException
For native-interface following output of CLI is print:
Failed to connect to the controller: Unable to negotiate SSL connection with controller at localhost:9999
- clones
-
JBEAP-10982 JBoss CLI run with IBM JDK is not able to use secure connection when server uses Elytron ssl-context
- Closed
- is related to
-
WFCORE-3829 ReloadRedirectTestCase#testRedirectWithSecurityCommands fails on IBM JDK
- Resolved