Ability to validate subscriptions via configured proxy server appears to have broken in version 9, not having issue on any nodes still on 8.
Receiving following error:
"Error checking subscription: io: failed to lookup address information: temporary failure in name resolution (500)"
http_proxy: http://.*
Specify external http proxy which is used for downloads (example: http://username:password@host:port/)
What's the host DNS configuration?
Please provide the output of cat /etc/resolv.conf
DNS will not be able to resolve external addresses as it is in a segmented environment. 30 + other pve hosts running on pve8 and configured same way and work fine, DNS resolution is not necessary as the proxy server handles it.
Proxy server is configured under Options tab on data center.
DNS will not be able to resolve external addresses as it is in a segmented environment. 30 + other pve hosts running on pve8 and configured same way and work fine, DNS resolution is not necessary as the proxy server handles it.
Proxy server is configured under Options tab on data center.
I was able to trick it into working by putting in a dummy record in host file for shop.proxmox.com does not need to be the actual IP just something for it to get an Ipv4 address it appears. subscription check succeed afterwards.
I was able to trick it into working by putting in a dummy record in host file for shop.proxmox.com does not need to be the actual IP just something for it to get an Ipv4 address it appears. subscription check succeed afterwards.
I used the same workaround and can confirm that a dummy ipv4 record on each host allows the license to validate. Thanks for the info.
I was able to trick it into working by putting in a dummy record in host file for shop.proxmox.com does not need to be the actual IP just something for it to get an Ipv4 address it appears. subscription check succeed afterwards.