retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

noVNC - Full does not connect #577

Open MetaVerseStudio opened 1 year ago

MetaVerseStudio commented 1 year ago

Server behind an NGINX reverse proxy. When using noVNC Full version, I was unable to get it connected. `

  •                                         <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 1 year ago

    have you checked console settings? image

    MisterBlueBear commented 10 months ago

    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