[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
Wed Jul 10 18:21:20 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788964#comment-12788964 ]
Stuart Douglas commented on WFLY-1666:
--------------------------------------
The XnioSsl instance is passed through, and used to open the connection in HttpUpgrade.HttpUpgradeState.doUpgrade()
{code}
ssl.openSslConnection(worker, address, connectListener, bindListener, optionMap);
{code}
> 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