./qpidd --auth no --port 5004 --ssl-port 5005 --ssl-cert-db /root/cert_db --ssl-cert-password-file cert_password --ssl-cert-name hostname broker starts listening on port 5005 for ssl connections and listening on TCP port 5004.
now for client connection we are executing following steps export QPID_SSL_CERT_DB=/root/cert_db ./declare_queues hostname 5005 hangs execution and on closing this error displayed on broker's console is could not accept socket:Failed: Unknown NSS error code. [-5938] (qpid/sys/ssl/SslSocket.cpp:123) Now where am i going wrong?? Thanks Gordon Sim wrote: > > ft420 wrote: >> we did configure using --with-ssl option and then make, make install. >> ssl.so >> and sslconnector.so were created.. >> ./qpidd --auth no --load-module .libs/ssl.so --ssl-cert-db /root/cert_db >> throws error >> error in command line option: ambiguous option ssl-cert-db > > Try either adding --no-module-dir to the command line options, or > leaving out the --load-module .libs/ssl.so. If you have installed then > the modules may be in the default module dir in which case they will be > automatically loaded. The ambiguous option error is often the result of > loading the same module twice. > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > > -- View this message in context: http://n2.nabble.com/ssl.so-and-sslconnector.so-not-available-in-..-src-.libs--tp2986883p2993469.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
