Hello,
I'm trying to run noVNC using php. I use the call: /nodes/{node}/qemu/{vmid}/vncproxy
I receive the ticket correctly. On the second call I pass the previous ticket along with the port: /nodes/{node}/qemu/{vmid}/ vncwebsocket
In this call it does not return anything.
I have tried to connect in the following way
https://domain:8006/?console=kvm&novnc=1&vmid=100&vmname=name&node=namenode
and also with a local installation of noVNC.
The error shown is "Error 401: No ticket"
Someone using the proxmox API has managed to connect using noVNC.
It is not necessary that it be with php, if someone has obtained it with another programming language it could be valid.
Thank you.
I'm trying to run noVNC using php. I use the call: /nodes/{node}/qemu/{vmid}/vncproxy
I receive the ticket correctly. On the second call I pass the previous ticket along with the port: /nodes/{node}/qemu/{vmid}/ vncwebsocket
In this call it does not return anything.
I have tried to connect in the following way
https://domain:8006/?console=kvm&novnc=1&vmid=100&vmname=name&node=namenode
and also with a local installation of noVNC.
The error shown is "Error 401: No ticket"
Someone using the proxmox API has managed to connect using noVNC.
It is not necessary that it be with php, if someone has obtained it with another programming language it could be valid.
Thank you.