Hi everyone, I finally managed to have my Proton C++ client working with TLS on Windows. Not without pain.
Unfortunately, the docs are quite cryptic regarding this, and the example provided was somehow not working. I would propose to modify the documentation, as it turned out that this constructor for the ssl_certificate object: ssl_certificate (const std::string &certdb_main, const std::string &certdb_extra) when using Windows schannel, needs to receive the path for the PKCS12 certificate file (.p12) as a first argument and the name of the certificate to be used - amongst those contained in the aforementioned file - as a second argument. There is no mention of it in the docs, and I think it'd be nice for future users to have this piece of information. Cheers, Davide -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
