standard ssl-cert-path missing

Bug #1774614 reported by Rene Hoffmann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libxml-stream-perl (Debian)
Fix Released
Unknown
libxml-stream-perl (Ubuntu)
New
Undecided
Unassigned

Bug Description

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

Changed in libxml-stream-perl (Debian):
status: Unknown → New
Changed in libxml-stream-perl (Debian):
status: New → Confirmed
Changed in libxml-stream-perl (Debian):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.