2017-06-24 15:23 GMT-03:00 gregor herrmann <gre...@debian.org>: >> The both options work fine. Thanks a lot for your help. > > Thanks for testing! > > Now I'm a bit confused: Which "both" of the 3 options mentioned above > work? > [ ] call sendxmpp with --tls-ca-path="/etc/ssl/certs" > [ ] change line 223 in /usr/share/perl5/XML/Stream.pm > [ ] change line 287 in /usr/bin/sendxmpp > >> Please, when uploading, fix Stretch too! > > First we need to decide where we want the fix ...
Wow, sorry... Worked fine: [ x ] call sendxmpp with --tls-ca-path="/etc/ssl/certs" [ x ] change line 223 in /usr/share/perl5/XML/Stream.pm I didn't test the following option in my last email. I did it now and works too. [ x ] change line 287 in /usr/bin/sendxmpp However, for me in Stretch the right line is 290. See below: 290 'tls-ca-path' => ($tls_ca_path or '/etc/ssl/certs'), Thanks! Cheers, Eriberto