]> git.proxmox.com Git - pve-manager.git/blobdiff - PVE/APLInfo.pm
do not use Net::SSL
[pve-manager.git] / PVE / APLInfo.pm
index 16e60a5f66b012549f4c29138cb340174e73658d..c64a87dbe5489db0a9abf840b0aec7ac22fea0b8 100644 (file)
@@ -263,12 +263,6 @@ sub update {
 
     import_gpg_keys();
 
-    # ensure that always use the same socket class
-    local $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS} = "IO::Socket::SSL";
-
-    # this code works for ftp and http
-    # always use passive ftp
-    local $ENV{FTP_PASSIVE} = 1;
     my $ua = LWP::UserAgent->new;
     $ua->agent("PVE/1.0");