lhost / sendxmpp

perl-script to send xmpp (jabber), similar to what mail(1) does for mail.
63 stars 22 forks source link

failing to log into google hangouts #28

Closed georgesuba closed 7 years ago

georgesuba commented 7 years ago

Hi, I've been using this for years however after distro upgrade when I try to send message I got this error:

Invalid or unreadable path specified for ssl_ca_path. at /usr/share/perl5/XML/Stream.pm line 641.

any idea how to fix this? many thanks

georgesuba commented 7 years ago

I found the fix nevermind :)

open and edit /usr/share/perl5/XML/Stream.pm on line 223 and change value of path like this:

$self->{SIDS}->{default}->{ssl_ca_path} = '';

to

$self->{SIDS}->{default}->{ssl_ca_path} = '/etc/ssl/certs';