]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/APT.pm
corretly use proxy CONNECT
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Sep 2013 09:33:25 +0000 (11:33 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Sep 2013 09:33:25 +0000 (11:33 +0200)
commit446b96693a9e4a1d1a351466f274e8740a777a72
tree15fc172157e513091f88bc6ce214b9238bf52f66
parentc127989d8c97bd63383c40cf886f40b4ca1a0ade
corretly use proxy CONNECT

There is a bug in LWP:UserAgent - it does not use CONNECT for https
proxy calls. So such calls fails with SQUID.
PVE/API2/APT.pm
PVE/API2/Subscription.pm
PVE/API2Tools.pm