mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #500] https via nginx breaks VNC Console #370
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 @seitzbg on GitHub (Feb 13, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/500
Can you please describe how to make the VNC console work again if using HTTPS to access webvirtmgr's interface? I tried the 'hacks' setting 'encrypted': false for console-vnc in templates but this did not resolve my issue.
Great app and thanks in advance!
@brenard commented on GitHub (Feb 13, 2015):
If you access to webVirtMgr using https, the console will be access using encrypted connection but by default, webvirtmgr-console script use a bad cert file to make connection encrypted possible. You have to add WS_CERT variable in webvirtmgr/local/local_settings.py file : The value of this variable have to be the full path of a certificate file in PEM format including key and cert. You could use the same certifcate as you using in Nginx configuration.
@sammcj commented on GitHub (Feb 27, 2015):
It would be nice to have that WS_CERT variable exposed to the config - how hard would that be to do?