Download from URL issue

Good morning,

that might have been a temporary problem, for me it works:
Code:
$ wget https://download.securityonion.net/file/securityonion/securityonion-2.3.100-20220131.iso
--2022-02-01 10:14:34--  https://download.securityonion.net/file/securityonion/securityonion-2.3.100-20220131.iso
Resolving download.securityonion.net (download.securityonion.net)... 104.26.14.123, 172.67.68.187, 104.26.15.123, ...
Connecting to download.securityonion.net (download.securityonion.net)|104.26.14.123|:443... connected.
HTTP request sent, awaiting response... 200
Length: unspecified [application/x-iso9660-image]
Saving to: ‘securityonion-2.3.100-20220131.iso’
 
hi,

it works with wget but not with our "Download from URL" feature. i guess they're blocking the user-agent from perl but not wget... (403 forbidden with libwww-perl/6.52 UA)
 
How do you use this as I also face the same issue?
the patch is already applied but needs to be repackaged, should be in the same version.

in the meantime if you like to apply it yourself, just edit the file /usr/share/perl5/PVE/API2/Nodes.pm and add the line $ua->agent("Proxmox VE"); from the linked patch at the right place there and save the file, then restart services with systemctl restart pveproxy pvedaemon :)