[pve-devel] [PATCH cluster 2/3] datacenter config: deprecate http_proxy

Maximiliano Sandoval m.sandoval at proxmox.com
Tue Oct 21 12:03:26 CEST 2025


Replaced by the 'proxy' option.

Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 src/PVE/DataCenterConfig.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/PVE/DataCenterConfig.pm b/src/PVE/DataCenterConfig.pm
index 57c5c1c..a05f307 100644
--- a/src/PVE/DataCenterConfig.pm
+++ b/src/PVE/DataCenterConfig.pm
@@ -391,11 +391,13 @@ my $datacenter_schema = {
                 'zh_TW', # Chinese (Traditional)
             ],
         },
+        # FIXME: Remove in Proxmox VE 10.0 (add check to pve9to10).
         http_proxy => {
             optional => 1,
             type => 'string',
             description =>
-                "Specify external http proxy which is used for downloads (example: 'http://username:password\@host:port/')",
+                "Deprecated, use the 'proxy' property instead.\n\n"
+                . "Specify external http proxy which is used for downloads (example: 'http://username:password\@host:port/')",
             pattern => "http://.*",
         },
         proxy => {
-- 
2.47.3





More information about the pve-devel mailing list