noVNC - Full does not connect
MetaVerseStudio opened this issue · 2 comments
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>
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