Hi guys!
I configured proxmox with traefik reverse proxy with enabled Lets Encrypt and almost work fine.
But some POST requests (VM start/stop/rest) returns 501 error. In access log of pve-proxy I see only this:
If I connected via 8006 port, all works. How I can get more info about the proxy errors?
I configured proxmox with traefik reverse proxy with enabled Lets Encrypt and almost work fine.
But some POST requests (VM start/stop/rest) returns 501 error. In access log of pve-proxy I see only this:
Code:
::ffff:127.0.0.1 - root@pam [14/07/2017:13:28:15 +0200] "GET /api2/json/nodes/dev/qemu/110/status/current HTTP/1.1" 200 248
::ffff:127.0.0.1 - root@pam [14/07/2017:13:28:16 +0200] "GET /api2/json/nodes/dev/qemu/110/pending HTTP/1.1" 200 621
::ffff:127.0.0.1 - - [14/07/2017:13:28:16 +0200] "POST /api2/extjs/nodes/dev/qemu/110/status/start HTTP/1.1" 501 -
::ffff:127.0.0.1 - root@pam [14/07/2017:13:28:16 +0200] "GET /api2/json/nodes/dev/qemu/110/status/current HTTP/1.1" 200 248
If I connected via 8006 port, all works. How I can get more info about the proxy errors?
Last edited: