Frank M.
Frank M.
Hi pilot513, > Why you used "=>" ? vs ", " `# Check if web authentication is required if (defined($pnp4nagios_auth)) { $ua->credentials("$server_port", "$auth_name", "$web_user" => "$web_pass"); }` Yes! This looks...
Hi pilot513, Thank you for checking so far. For the web server error 500: Do you have access to the web server error log? Maybe there is additional info in...
Hi pilot513, I ran across a similar issue this week that could be exactly your issue. The problem comes from using https with Perl LWP, which throws an HTTP error...