I'm trying to install Proxmox 8.4, and I have prepared an ISO via
(I've changed the real hostname to www.example.com)
What's really weird is that I can ping www.example.com (which is a CNAME, which in turn has A and AAAA records) from the console, so DNS is working, but I cannot use wget to fetch any resource from that URL, with the same DNS error. I can fetch other URLs just fine. Of course, I can fetch the URL from by browser, curl and wget from other hosts. I'm fairly certain that this is not a local network problem, but I'm completely stumped what would cause this.
proxmox-auto-install-assistant prepare-iso proxmox-ve_8.4-1.iso --fetch-from http --url https://www.example.com/pve-answer.toml. When I boot that in a test VM in an existing cluster, I end up with this error message:
Code:
Fetching answers for automatic installation
INFO: Fetching answer file in mode Http:
INFO: URL specified in ISO
INFO: Gathering system information.
INFO: Sending POST request to https://www.example.com/pve-answer.toml'
INFO: Fetching answer file via HTTP failed: https://www.example.com/pve-answer.toml: Dns Failed: resolve dns name 'www.example.com:443': failed to lookup address information: Name or service not known
ERROR: Aborting: Could not find any answer file!
(I've changed the real hostname to www.example.com)
What's really weird is that I can ping www.example.com (which is a CNAME, which in turn has A and AAAA records) from the console, so DNS is working, but I cannot use wget to fetch any resource from that URL, with the same DNS error. I can fetch other URLs just fine. Of course, I can fetch the URL from by browser, curl and wget from other hosts. I'm fairly certain that this is not a local network problem, but I'm completely stumped what would cause this.