Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Gandalf
byGandalf, December 8, 2012
After migrating from debian 6 to ubuntu 12.04 lts, this plugin did not work anymore.
I had to change the way, the cert, key and cacert parameters were set and added the following lines after creating the useragent $ua.
$ua->ssl_opts(
SSL_ca_file => $cacert,
SSL_cert_file => $certfile,
SSL_key_file => $key,
);
I had to change the way, the cert, key and cacert parameters were set and added the following lines after creating the useragent $ua.
$ua->ssl_opts(
SSL_ca_file => $cacert,
SSL_cert_file => $certfile,
SSL_key_file => $key,
);