Re: Questions regarding Qpid C++ windows client

2012-01-25 Thread pela
Hi, I am interested on that too, as I'm looking to make a client for different platforms (Linux and Windows at least). As far as I understand, some development would be required to support SSL client authentication on the c++ client for Windows. If anyone has any suggestions on where to start

Re: qpid-tool bypasses authentication? (Qpid 0.12)

2012-01-25 Thread Gordon Sim
On 01/24/2012 11:32 PM, Paul Colby wrote: Hi, I've just discovered that qpid-stat is NOT affected by qpidd's --auth flag. Is this expected behaviour? Specifically, if I run: qpidd --auth=yes Then, my own clients (using the C++ qpid client libraries) fail to connect unless I set

Re: Questions regarding Qpid C++ windows client

2012-01-25 Thread Jakub Scholz
Hi, With the patch from JIRA QPID-3175, the Python API should work with SSL client authentication as well ... it requires Python 2.6 or higher, but seems tu run almost everywhere. I was using it on Windows, Linux and Solaris. Regards JAkub Dne 25.1.2012 10:24 pela mpela.ga...@gmail.com

Re: qpid-tool bypasses authentication? (Qpid 0.12)

2012-01-25 Thread Paul Colby
Oh I see! You are referring to the ANONYMOUS SASL auth mechanism(?) It does seem a little counter-intuitive that the ANONYMOUS mechanism would be enabled by default, but I guess that's a SASL issue ;) Thanks :) pc http://colby.id.au On Wed, Jan 25, 2012 at 9:01 PM, Gordon Sim

Re: qpid-tool bypasses authentication? (Qpid 0.12)

2012-01-25 Thread Gordon Sim
On 01/25/2012 10:40 AM, Paul Colby wrote: Oh I see! You are referring to the ANONYMOUS SASL auth mechanism(?) It does seem a little counter-intuitive that the ANONYMOUS mechanism would be enabled by default, but I guess that's a SASL issue ;) Yes, it is controlled via the SASL conf file

Re: How to run Hello_world in QPID Examples

2012-01-25 Thread Gordon Sim
On 01/24/2012 10:38 AM, Senthil Kumar, Sinduja (GE Healthcare) wrote: I had successfully created hello_world exe in SUSE linux but facing problem when run the binary. /qpidc-0.12/examples/messaging ./hello_world Unknown protocol: tcp (qpid/client/Connector.cpp:52) That is odd,

Re: Questions regarding Qpid C++ windows client

2012-01-25 Thread Hamid.Shahid
Hi Jakub, Can you please, let me know how you have used the SSL client athuntication on windows using C++? Also, can you please provide your comments on my questions above? Many thanks! - Hamid -- View this message in context:

Re: Questions regarding Qpid C++ windows client

2012-01-25 Thread Jakub Scholz
Hi Hamid, I didn't ... the Python patch I mentioned above is for the pure Python API, not for the Python wrapper around C++ API. Regards JAkub Dne 25.1.2012 13:54 Hamid.Shahid hamid2...@hotmail.com napsal(a): Hi Jakub, Can you please, let me know how you have used the SSL client

Re: How/Where to run the perftest setup?

2012-01-25 Thread Hamid.Shahid
I also get this error when I try to connect via my client code. After placing all the certificates in the Third-Party Root Certification Authorities 2012-01-25 18:08:09 notice SSL negotiation failed to 90.154.253.31:10170: The target principal name is incorrect. 2012-01-25 18:08:09 warning

Re: Questions regarding Qpid C++ windows client

2012-01-25 Thread Hamid.Shahid
Thank you Jakub. The forum is not active these days or it seems like, I am the only one in the whole world working with Qpid in C++ on Windows. regards, - Hamid -- View this message in context: http://qpid.2158936.n2.nabble.com/Questions-regarding-Qpid-C-windows-client-tp7220897p7224445.html

RE: Questions regarding Qpid C++ windows client

2012-01-25 Thread Steve Huston
Hi Hamid, I assure you, you're not the only person working with Qpid C++ on Windows. However, the people who could help you (like me) are very busy. It's been some time since I looked at the SSL code on Windows and I will need to dig into it a bit to answer your questions. -Steve