Package: nagios-check-xmppng
Version: 0.1.2-1~bpo8+1
Severity: important

It doesn't seem to work if no CA root argument is specified.  It should
automatically use the correct location for a Debian system (based on
SSLContext.set_default_verify_paths()):


# /usr/lib/nagios/plugins/check_xmppng \
             -H thp003 --servername pocock.pro
XMPP CRITICAL - time is unknown (no CA certificates found) | time=unknown


If I tell it to use a directory (capath) it fails too:


# /usr/lib/nagios/plugins/check_xmppng \
    -H thp003 --servername pocock.pro \
    -r /etc/ssl/certs
XMPP CRITICAL - time is unknown (no CA certificates found) | time=unknown



If I give it a bundle filename it works:


# /usr/lib/nagios/plugins/check_xmppng \
    -H thp003 --servername pocock.pro \
    -r /etc/ssl/certs/ca-certificates.crt
XMPP OK - time is 0.4267s | daysvalid=152d time=0.426693s;;;0

Reply via email to