Hello Roger,
2. Can I use the Qpid python client without SSL? The code in connection.py would suggest not as a socket is immediately wrapped using sslwrap...
The sslwrap method actually determines if you've wrapped the socket in SSL. If you have not, it just returns the normal Socket object that you pass in. You can indeed use Python without SSL, if that's what you want to do.
What version of the code are you using? Cheers, -Josh -- ----- http://www.globalherald.net/jb01 GlobalHerald.NET, the Smarter Social Network! (tm) --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
