If you are using Windows, please see the patch in

  https://issues.apache.org/jira/browse/PROTON-581

I would be delighted if you would give it try with Service Bus and
reported back how it worked for you.

If it doesn't work, you can also try

  http://code.msdn.microsoft.com/Using-Apache-Qpid-Proton-C-afd76504

which is known to work and it should get you going until PROTON-581 is
fully functional.

Cliff

On Tue, May 27, 2014 at 3:37 AM, TheLoneStranger
<mark.she...@edftrading.com> wrote:
> Hello,
>
> I have written a C++ test client which connects to a C# server.
> The server is configured with Microsoft Service Bus and Active directory.
> The connection parameters I have are below..
>
> Endpoint=sb://<MACHINE_NAME>/PerfTest;StsEndpoint=https://<MACHINE_NAME>:9355/PerfTest;RuntimePort=5671;ManagementPort=9355;TransportType=Amqp
>
> I have downloaded the send.c example from the website, but this does not
> have the SSL configuration.
> (http://qpid.apache.org/releases/qpid-proton-0.5/messenger/c/examples/)
>
> I know the certificate setup is correct as I have a C# client working on the
> machine.
>
> So far in the code for the test client, I have added calls to the following
> certificate API's
>         pn_messenger_set_private_key
>         pn_messenger_set_certificate
>         pn_messenger_set_trusted_certificates
>
> However, the code is always failing in messenger.c:pn_transport_config.
>
> I can see that I need to configure the SSL calls, but I cannot work this out
> from the documentation.
>
> Any help would be much appreciated.
>
> TheLoneStranger
>
>
>
>
> --
> View this message in context: 
> http://qpid.2158936.n2.nabble.com/Help-connecting-with-SSL-tp7608636.html
> Sent from the Apache Qpid Proton mailing list archive at Nabble.com.

Reply via email to