[jboss-jira] [JBoss JIRA] (WFLY-1666) connect https-remoting://localhost:9990 in CLI provides no feedback to indicate SSL not in use.
Stuart Douglas (JIRA)
jira-events at lists.jboss.org
Tue Jul 9 19:43:20 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788698#comment-12788698 ]
Stuart Douglas commented on WFLY-1666:
--------------------------------------
I don't think your comments about what might be wrong are accurate. If https-remoting is used then the overloaded HttpUpgrade.performUpgrade that takes an XnioSsl is used. HttpUpgradeConnectionProvider only assumes http in the createConnection method, https-remoting will use the createSslConnection method. The real problem here was that passing SSL_STARTTLS into createSslConnection means that it no SSL handshake is performed so the connection just uses http.
> connect https-remoting://localhost:9990 in CLI provides no feedback to indicate SSL not in use.
> -----------------------------------------------------------------------------------------------
>
> Key: WFLY-1666
> URL: https://issues.jboss.org/browse/WFLY-1666
> Project: WildFly
> Issue Type: Bug
> Components: CLI
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Critical
> Fix For: 8.0.0.Alpha3
>
>
> Within the CLI the following command does not provide any feedback to indicate that a SSL session was not established even though the URL suggests it is requested: -
> {code}
> connect https-remoting://localhost:9990
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list