Explicitly use LWP::Protocol::https (required for HTTPS connections).
This commit is contained in:
parent
c10130ce63
commit
dafa400510
|
@ -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'; }
|
||||
|
|
Loading…
Reference in New Issue