pkg-perl-maintainers team mailing list archive
-
pkg-perl-maintainers team
-
Mailing list archive
-
Message #03646
[Bug 1774614] [NEW] standard ssl-cert-path missing
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 Debian
Perl Group, which is subscribed to libxml-stream-perl in 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
Follow ups