Search results

  1. B

    The API does not verify termproxy tickets created by API token users

    Additionally, the tickets retrieved from /nodes/{node}/qumu/{vmid}/vncticket cannot be verified by /api2/json/access/ticket too. But I can connect to VNC with those tickets through /nodes/{node}/qumu/{vmid}/vncwebsocket. It seems that the vncterm does not verify tickets in the way like termproxy.
  2. B

    The API does not verify termproxy tickets created by API token users

    This makes it impossible to connect to serial console of VMs through API with token. Testing code (runs on a PVE host): from proxmoxer import ProxmoxAPI client = ProxmoxAPI( '11.22.33.44', user='root@pam', token_name='test-token', token_value='(the token secret)'...