On 05/15/2014 04:11 PM, Hari Pyla wrote:
Hi,
  I am setting the SSL client environment variables for a C++ client and
I ran into the following issue.
When I set them at the command line and run the client program things
works as expected. However, when I try to set them programmatically
prior(in program order) to opening a connection, qpid seems to ignore
the environment variables. I was wondering if there is anyway to specify
the environment variables programmatically in the qpid C++ client.

The issue here is that the variables relating to finding and opening the certificate db are needed when initialising the NSS library, and this is not specific to any connection. At present the NSS library is initialised when the qpid client library is loaded.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to