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. / Please let me know, which object and classes I need to include to set these properties in my code. As we can set the following properties while using Java and JMS explicitly. trust_store -- /path to Keberos trust store/ trust_store_password /Kerberos trust store password / key_store /path to Kerberos key store / key_store_password -- / Kerberos key store password / ssl_verify_hostname ssl_cert_alias Thanks. regards, Hamid Shahid. -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/How-to-set-connection-properties-in-QPID-C-windows-tp7050559p7050559.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
