Describe the bug
Probably is a network error, but this error does not happen with other proxmox providers..
Having correct credentials, user, endpoint, connectivity after the terrraform apply the it does not connect to proxmox and throws this errror
_│ Error: error waiting for VM clone: All attempts fail:
│ #1: error cloning VM: failed to authenticate HTTP POST request (path: nodes/pve/qemu/197/clone) - Reason: failed to authenticate: failed to retrieve authentication response: Post "https://ip_proxmox:8006/api2/json/access/ticket": read tcp my_ip:57402->prox,px_nodeip:8006: read: connection reset by peer
Probably os because I am using a VPN to access the network where there are also palo alto firewalls that maybe is making the golang backend to not work because doing the SAME POST request with CURL works well. So i guess is someathinw with the way golang executes it?
To Reproduce
have a template machine to clone from
try to clone with this main.tf
Describe the bug Probably is a network error, but this error does not happen with other proxmox providers.. Having correct credentials, user, endpoint, connectivity after the terrraform apply the it does not connect to proxmox and throws this errror
_│ Error: error waiting for VM clone: All attempts fail: │ #1: error cloning VM: failed to authenticate HTTP POST request (path: nodes/pve/qemu/197/clone) - Reason: failed to authenticate: failed to retrieve authentication response: Post "https://ip_proxmox:8006/api2/json/access/ticket": read tcp my_ip:57402->prox,px_nodeip:8006: read: connection reset by peer
Probably os because I am using a VPN to access the network where there are also palo alto firewalls that maybe is making the golang backend to not work because doing the SAME POST request with CURL works well. So i guess is someathinw with the way golang executes it?
To Reproduce have a template machine to clone from try to clone with this main.tf
Please also provide a minimal Terraform configuration that reproduces the issue.
Expected behavior Create the virtual machine and resize the disk, the problem is the connection.
Screenshots The errro above
Additional context POST request with curl is done correctly but with terraform not(error above).