mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #577] noVNC - Full does not connect #340
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MetaVerseStudio on GitHub (Mar 19, 2023).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/577
Server behind an NGINX reverse proxy. When using noVNC Full version, I was unable to get it connected.
<li> <label for="noVNC_setting_host">Host:</label> <input id="noVNC_setting_host" type="text" value="my.website.example.com"> </li> <li> <label for="noVNC_setting_port">Port:</label> <input id="noVNC_setting_port" type="number" value="443"> </li> <li> <label for="noVNC_setting_path">Path:</label> <!-- <input id="noVNC_setting_path" type="text" value="websockify"> --> <input id="noVNC_setting_path" type="text" value="/novncd/"> </li>@catborise commented on GitHub (Mar 20, 2023):
have you checked console settings?

@MisterBlueBear commented on GitHub (Aug 24, 2023):
I too am having an issue with noVNC Full. noVNC lite works as expected, but noVNC Full doesn't connect.
Similar to @MetaVerseStudio, I am using NGINX reverse proxy and SSL (port 443). So in the console settings, the host and port values are set correctly and the Encrypt checkbox is set by default. But I noticed that my Path is set to "websockify" by default as seen in @catborise 's screenshot above.
If I change this to "/novncd/", it works.
This seems related to #440