You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/13 14:14:38 UTC

[jira] [Commented] (PROTON-838) proton-hawtdispatch cannot connect with SSL

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

ASF GitHub Bot commented on PROTON-838:
---------------------------------------

GitHub user bozzzzo opened a pull request:

    https://github.com/apache/qpid-proton/pull/12

    PROTON-838: proton-hawtdispatch cannot connect with SSL

    Remove one of calls to transport.connecting() as this causes
    an assert with SslTransport

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

    $ git pull https://github.com/bozzzzo/qpid-proton master

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

    https://github.com/apache/qpid-proton/pull/12.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 #12
    
----
commit 0d2b47be126ad7619e1c926f88a69297afebbba9
Author: Bozo Dragojevic <bo...@digiverse.si>
Date:   2015-03-13T13:01:35Z

    PROTON-838: proton-hawtdispatch cannot connect with SSL
    
    Remove one of calls to transport.connecting() as this causes
    an assert with SslTransport

----


> proton-hawtdispatch cannot connect with SSL
> -------------------------------------------
>
>                 Key: PROTON-838
>                 URL: https://issues.apache.org/jira/browse/PROTON-838
>             Project: Qpid Proton
>          Issue Type: Bug
>    Affects Versions: 0.5
>            Reporter: Bozo Dragojevic
>            Assignee: Bozo Dragojevic
>             Fix For: 0.9
>
>
> AmqpTransport::createTransport() calls transport.connecting() twice. this is harmless for a TcpTransport but asserts for SslTransport



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