The client uses NSS for its TLS support as mentioned in the earlier replies, and you are almost certainly using an old version given the ancient OS, so it's not impossible updating (or somehow configuring) NSS and its tools could influence things. It's not something I've ever had to look at so I can't add much here.
It's probably obvious to state trying on a newer OS might be helpful as well. Even if only doing so to see whether it works and verify the rest of your setup. Robbie On Wed, 26 Aug 2020 at 16:52, cgh467 <[email protected]> wrote: > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
