On Mon, Jun 28, 2021 at 7:43 PM rahul.sin...@morganstanley.com <rahul.sin...@morganstanley.com> wrote: > On further debugging, we find that the SSL Connection is failing. The error > reported is - > [System] debug Exception constructed: Failed: NSS error [-8172] > (PATH_QPID_CPP1_39_0/src/qpid/qpid-cpp-1.39.0/src/qpid/sys/ssl/SslSocket.cpp:205) > > Which points to method SslSocket::finishConnect and at the last line > NNS_CHECK(SSL_ForceHandshake ) . > I tried searching for NSS error code -8172 but could not get much info. Is > this something you can help with.
That means "Peer's certificate issuer has been marked as not trusted by the user.", which probably means that you don't have the CA cert that issued the server's cert in your NSS DB as a trusted CA. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org