From: Kamal N. <kam...@gm...> - 2013-09-06 09:29:16
|
Hi, I am writing a bot using xmpppy library and it works fine on one of the boxes where openssl version " 0.9.8k-7ubuntu8" is installed. But there is an error on the other box where openssl version "1.0.1-4ubuntu5.10" is installed. Does anyone has any clue about how to fix this error? I am new to intricacies of openssl/TLS etc. I am getting the following error when client.connect gets called: http://pastebin.com/KP5wRpS6 And here is my python xmpp test script: http://pastebin.com/SncCgGy8 Thanks everyone in advance... Regards, Kamal |