[ 
https://issues.apache.org/jira/browse/ARTEMIS-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723909#comment-14723909
 ] 

ASF GitHub Bot commented on ARTEMIS-206:
----------------------------------------

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/147

    ARTEMIS-206 HTTP Upgrade does not work over HTTPS

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-206

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/147.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #147
    
----
commit 853d3665df22faf03623b42a71b310b214a8f3d6
Author: jbertram <jbert...@apache.org>
Date:   2015-08-27T18:15:27Z

    ARTEMIS-206 HTTP Upgrade does not work over HTTPS

----


> HTTP Upgrade does not work over HTTPS
> -------------------------------------
>
>                 Key: ARTEMIS-206
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-206
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 1.0.0
>            Reporter: Jeff Mesnil
>            Assignee: Justin Bertram
>
> For security reasons, we need to support creating Artemis connections over 
> HTTPS Upgrade.
> Currently, the Upgrade code works only over HTTP.
> We need to also support it over HTTPS for increased security.
> This means that the NettyConnector code that deals with httpUpgradeEnabled 
> must also check if sslEnabled is set.
> If that's the case, the GET request to upgrade the connection must be done 
> over HTTPS instead of HTTP (and add Netty's SSLHandler to handle the SSL 
> handshake)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to