You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Proxmox web console does not display when accessed through Zoraxy. The interface loads, but the WebSocket connection required for the console fails with a 503 Service Unavailable error.
To Reproduce
Steps to reproduce the behavior:
Configure Zoraxy with the user interface for routing your Proxmox domain (e.g., https://<your-domain>).
Access the web interface at https://<your-domain>.
Log in and attempt to open a VM console.
The console fails to load, and the WebSocket connection shows a 503 Service Unavailable error.
Expected behavior
The Proxmox console should load successfully, allowing interaction with the virtual machine through the web interface.
Screenshots
Below is an example of the WebSocket request and the error response:
HTTP/1.1 503 Service Unavailable
Content-Type: text/plain; charset=utf-8
X-Content-Type-Options: nosniff
Browser (if it is a bug appears on the UI section of the system):
OS: [e.g. Windows 11]
Browser [e.g. Chrome, Firefox]
Version [e.g. 134.0.6958.2,134.0.1]
Host Environment (please complete the following information):
Arch: [e.g. x86_64]
Device: [e.g. Dell PowerEdge R720 | Proxmox VE 8.3.2]
OS: [e.g. Debian 12]
Version: [e.g. Latest v3.1.6]
Docker Version (if you are running Zoraxy in docker): [e.g. 24.0.6]
Additional context
The Nginx configuration works as expected with the same Proxmox instance, indicating the issue is likely with Zoraxy's handling of WebSocket headers or backend communication.
503 doesn't seems like a Zoraxy problem (Most issue we are seeing are 1006 and 501, which has been fixed earlier) . Have you read through the discussion over at #106 ? I guess that might bring you some insights on how to extract more information from the error you are currently seeing.
Describe the bug
The Proxmox web console does not display when accessed through Zoraxy. The interface loads, but the WebSocket connection required for the console fails with a
503 Service Unavailable
error.To Reproduce
Steps to reproduce the behavior:
https://<your-domain>
).https://<your-domain>
.503 Service Unavailable
error.Expected behavior
The Proxmox console should load successfully, allowing interaction with the virtual machine through the web interface.
Screenshots
Below is an example of the WebSocket request and the error response:
Request headers:
Response headers:
Browser (if it is a bug appears on the UI section of the system):
Host Environment (please complete the following information):
Additional context
The Nginx configuration works as expected with the same Proxmox instance, indicating the issue is likely with Zoraxy's handling of WebSocket headers or backend communication.
The relevant Nginx configuration for reference:
The Zoraxy configuration includes:
Upgrade
,Connection
, andOrigin
.EnableWebsocketCustomHeaders
is set totrue
.Further logs or details can be provided upon request.
The text was updated successfully, but these errors were encountered: