Public bug reported:

While using NET::XMPP to send nagios messages the following error
occurs:

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

therefor standard path to ssl-certs should be set:

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

should be:

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

line 223


regards, kaese

** Affects: libxml-stream-perl (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1774614

Title:
  standard ssl-cert-path missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxml-stream-perl/+bug/1774614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to