On 12/01/2011 01:45 PM, Hamid.Shahid wrote:
Hi,

I am creating a qpid client in C++ using qpid0.12 on windows-7.

I want to create a SSL connection and I want to set the following "SSL
Client Variables for C++" *explicitly* in my code.

SSL_USE_EXPORT_POLICY
SSL_CERT_PASSWORD_FILE PATH  : /File containing password to use for
accessing certificate database/
SSL_CERT_DB PATH  : /Path to directory containing certificate database  /
SSL_CERT_NAME NAME : /Name of the certificate to use. When SSL client
authentication is enabled, a certificate name should normally be provided.

On linux only the last property can be set in code, as a connection option. It is only used where you have client certificate authentication. The rest of them are only read as environment variables at present.

I don't believe any of these variables are used on windows.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to