Hello,
I am trying to fetch my `answer.toml` file from a public gitlab repository which ends up with a `status 422` error.
The iso image was produced with:
When the installer fails, I can `wget` the file without issue, but `proxmox-fetch-answer` is consistently failing with:
if I put the same file on a "regular" apache server, there is no issue. It that a `GET` VS `POST` http command?
Thanks
Tru
I am trying to fetch my `answer.toml` file from a public gitlab repository which ends up with a `status 422` error.
The iso image was produced with:
Bash:
$ proxmox-auto-install-assistant prepare-iso proxmox-ve_8.3-1.iso --fetch-from http --url "https://gitlab.pasteur.fr/tru/proxmox/-/raw/main/answers/raidz1-fr.toml" --cert-fingerprint "F7:5B:85:F4:19:22:14:FD:F7:6F:DF:AC:7D:EF:9C:E1:7D:08:4E:EB:A3:16:D3:7D:B6:AE:3F:2C:1A:63:6A:CE"
$ sudo dd if=proxmox-ve_8.3-1-auto-from-http-url-fp.iso of=/dev/sde
When the installer fails, I can `wget` the file without issue, but `proxmox-fetch-answer` is consistently failing with:
Bash:
root@proxmox:/ # proxmox-fetch-answer
INFO: Fetching answer file in mode Http:
INFO: SSL fingerprint provided through ISO.
INFO: Gathering system information.
INFO: Sending POST request to 'https://gitlab.pasteur.fr/tru/proxmox/-/raw/main/answers/raidz1-fr.toml'.
INFO:Fetching answer file via HTTP failed: https://gitlab.pasteur.fr/tru/proxmox/-/raw/main/answers/raidz1-fr.toml: status code 422
ERROR: Aborting: Could not find any answer file!
root@proxmox:/ # wget https://gitlab.pasteur.fr/tru/proxmox/-/raw/main/answers/raidz1-fr.toml -O -
<... works fine ...>
if I put the same file on a "regular" apache server, there is no issue. It that a `GET` VS `POST` http command?
Thanks
Tru