Thanks for the reply. On localhost, I'm able to make a connection through my qpid c++ client. As long as I try to connect to remote server, it failed. The full qpid trace is as below.
2020-08-26 11:28:52 [Messaging] debug Trying versions amqp0-10, amqp1.0 2020-08-26 11:28:52 [Client] debug Starting connection, urls=[amqp:ssl:test_lab4.engineering:5673] 2020-08-26 11:28:52 [Client] info Trying to connect to amqp:ssl:test_lab4.engineering:5673... 2020-08-26 11:28:52 [Client] debug Created IO thread: 0 2020-08-26 11:28:52 [Security] debug SslConnector created for 0-10 2020-08-26 11:28:52 [System] info Connecting: 10.44.221.115:5673 2020-08-26 11:28:53 [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-26 11:28:53 [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-26 11:28:53 [Client] debug Connection closed 2020-08-26 11:28:53 [System] debug Exception constructed: Connection closed Maybe some system lib or config need to be updated. I just don't know which ones. My device OS is ubuntu 12.04, the old system. That is why build the qpid 1.39 from the source 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]
