Explicitly use LWP::Protocol::https (required for HTTPS connections).

This commit is contained in:
Ramon Novoa 2023-03-30 12:05:29 +02:00
parent c10130ce63
commit dafa400510
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ use POSIX qw(setsid strftime :sys_wait_h);
use threads;
use threads::shared;
use File::Path qw(rmtree);
use LWP::Protocol::https;
# Default lib dir for Pandora FMS RPM and DEB packages.
BEGIN { push @INC, '/usr/lib/perl5'; }