Re: Proton-c SSL Connection

2015-06-25 Thread Gordon Sim
On 06/24/2015 09:52 PM, logty wrote: Hi all, I have been trying to establish an SSL connection with proton-c on an apache apollo server but have not been having any luck yet. I have tried setting up certificates and key/trust stores with keytool, and linking to them with pn_messenger_set_private

How to re-attach a detached link in Proton-J

2015-06-25 Thread Kritikos, Alex
Hello, I have a qpid JMS (0.20) durable subscriber that i call close() on causing a detach frame to be sent. If i try to open a new durable subscriber using the same name from the same connection the client sends an attach frame again but calling open on the link on the server side produces no

[jira] [Commented] (PROTON-490) [proton-c] Python binding fails to link with Python 3 libraries

2015-06-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14600982#comment-14600982 ] ASF subversion and git services commented on PROTON-490: Commit f2

Re: Proton-c SSL Connection

2015-06-25 Thread logty
The url I am using is: amqps://127.0.0.1:5671/topic://test I have been using amqps as the scheme, and server side it is set up as ssl, and I am connecting over 5671. -- View this message in context: http://qpid.2158936.n2.nabble.com/Proton-c-SSL-Connection-tp7627249p7627276.html Sent from th

[jira] [Created] (PROTON-922) [python] setup.py fails to build bindings if qpid-proton-c-devel installed

2015-06-25 Thread Ken Giusti (JIRA)
Ken Giusti created PROTON-922: - Summary: [python] setup.py fails to build bindings if qpid-proton-c-devel installed Key: PROTON-922 URL: https://issues.apache.org/jira/browse/PROTON-922 Project: Qpid Prot

Re: ruby test failures on master?

2015-06-25 Thread aconway
On Wed, 2015-06-24 at 13:53 -0400, aconway wrote: > On Wed, 2015-06-24 at 08:10 -0400, Rafael Schloming wrote: > > Is anyone else seeing the ruby tests fail on master? > > > > I've attached the test output. > > > > --Rafael > > Seeing the same thing on fedora 22. I had a quick look and it appear

Re: ruby test failures on master?

2015-06-25 Thread aconway
f965610 NO-JIRA: Fix broken ruby build. Swig changes may require clean rebuild. On Thu, 2015-06-25 at 11:33 -0400, aconway wrote: > On Wed, 2015-06-24 at 13:53 -0400, aconway wrote: > > On Wed, 2015-06-24 at 08:10 -0400, Rafael Schloming wrote: > > > Is anyone else seeing the ruby tests fail on

[jira] [Commented] (PROTON-334) SASL Implementation for Proton C

2015-06-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14601619#comment-14601619 ] ASF subversion and git services commented on PROTON-334: Commit a2

Using the Proton/Messenger example programs with SSL

2015-06-25 Thread dylan25
Hello, I'm using the example /send/ and /recv/ programs included with the API for a proof-of-concept brokerless exchange of SSL certificates. I am able to send a message between the two example programs without using SSL, although I am unable to do so using SSL self-signed certificates. I've modifi