Povesma Dmytro
Povesma Dmytro

Reputation: 336

python-purple fails with "CRITICAL **: purple_ssl_connect_with_ssl_cn: assertion 'purple_ssl_is_supported()'"

I'm using python-purple to build own chat application with lipburple. When I use Facebook or Hangouts plugin, which require SSL connection, I get the error:

** (process:6574): CRITICAL **: purple_ssl_connect_with_ssl_cn: assertion 'purple_ssl_is_supported()' failed

The same is with node-purple bindings for libpurple.

libpurple is installed with

sudo apt-get install pidgin-dev

finch works fine - connects to all SSL services as it should do, but when I start nullclient.py with Facebook acount, I get the error shown above.

Upvotes: 0

Views: 110

Answers (1)

Povesma Dmytro
Povesma Dmytro

Reputation: 336

The answer is:

LD_PRELOAD=/usr/lib/libpurple.sopython nullclient.py

Upvotes: 0

Related Questions