Hi,
I ran into the same issue now. When I run qpid C++ client to connect
remote Java sever, I got below error:
2020-08-20 18:25:33 [System] debug Exception constructed: Failed: Cannot
communicate securely with peer: no common encryption algorithm(s). [-12286]
(/development/fxgtla/qpid/qpid-cpp-1.39.0/src/qpid/sys/ssl/SslSocket.cpp:205)
2020-08-20 18:25:33 [Security] warning Connect failed: Failed: Cannot
communicate securely with peer: no common encryption algorithm(s). [-12286]
(/development/fxgtla/qpid/qpid-cpp-1.39.0/src/qpid/sys/ssl/SslSocket.cpp:205)
2020-08-20 18:25:33 [Client] debug Connection closed
However, I was able to connect to remote server with openssl as below:
openssl s_client -connect lab4.engineering:5673 -tls1_2
Is there any way to force cpp client to use TLSv1.2/TLSv1.1?
Thanks
Linda
--
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]