Open seitzbg opened 9 years ago
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.
It would be nice to have that WS_CERT variable exposed to the config - how hard would that be to do?
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!