You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Cliff Jansen (JIRA)" <ji...@apache.org> on 2014/03/27 19:27:16 UTC

[jira] [Created] (QPID-5648) basic C++ AMQP 1.0 ssl client connections broken

Cliff Jansen created QPID-5648:
----------------------------------

             Summary: basic C++ AMQP 1.0 ssl client connections broken
                 Key: QPID-5648
                 URL: https://issues.apache.org/jira/browse/QPID-5648
             Project: Qpid
          Issue Type: Bug
          Components: C++ Client
    Affects Versions: 0.28
         Environment: Linux and windows
            Reporter: Cliff Jansen
            Priority: Blocker


In attached commands, the two spout examples are identical except choice of 0-10 or 1.0 protocol version.  The second one fails starting in r1570231 (QPID-5568).

export QPID_SSL_CERT_DB=/b/amqp/b/q2504/ssl9/client/db
export QPID_SSL_CERT_PASSWORD_FILE=/b/amqp/b/q2504/ssl9/client/pwf


qbuild/examples/messaging/spout --broker hex.cjyvr.com:5671 --connection-options "{transport:ssl,protocol:amqp0-10}" --content "hello" --count 1 "my_queue; {create:always , node: {durable : False} }"
qbuild/examples/messaging/spout --broker hex.cjyvr.com:5671 --connection-options "{transport:ssl,protocol:amqp1.0}" --content "hello" --count 1 "my_queue; {create:always , node: {durable : False} }"

qbuild/examples/messaging/drain --broker hex.cjyvr.com:5671 --connection-options "{transport:ssl,protocol:amqp0-10}" "my_queue; {create:always , node: {durable : False} }"



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org