Hi Gordon, Thanks for response. I export explicitly QPID_LOAD_MODUL=$RS_LIB/sslconnector.so and I double checked this path is valid. My client application is running linux box with Qpid C++ client API to connect to remote broker. I added a debug log to Connector::registerFactory() after a protocol register correctly in source file qpid/client/Connector.cpp void Connector::registerFactory(const std::string& proto, Factory* connectorFactory) { ....... theProtocolRegistry()[proto] = connectorFactory; *QPID_LOG(debug, "Connector::registerFactory, protocol=" << proto);* } -- View this message in context: http://qpid.2158936.n2.nabble.com/Failed-to-parse-ssl-URL-tp7587024p7587185.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org