[jboss-jira] [JBoss JIRA] (WFLY-1666) connect https-remoting://localhost:9990 in CLI provides no feedback to indicate SSL not in use.

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Tue Jul 9 12:40:21 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788611#comment-12788611 ] 

Darran Lofthouse commented on WFLY-1666:
----------------------------------------

Will need to dig into this a little further, a quick review of the code here suggests it may not be SSL ready: -
 - HttpUpgradeConnectionProvider - Assumes the protocol is http and not https.
 - The HttpUpgrade.performUpgrade method invoked does not take an XnioSsl and sets it to null - This suggests the existing SSLContext integration within the CLI may not actually be used possibly relying on system properties.

                
> 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