Comments on: Installing WebVirtMgr on Arch Linux http://protofusion.org/wordpress/2013/11/installing-webvirtmgr-on-arch-linux/ Open Hardware and Software Tue, 11 Mar 2014 16:06:41 +0000 hourly 1 https://wordpress.org/?v=5.6.13 By: UnvorherSeba http://protofusion.org/wordpress/2013/11/installing-webvirtmgr-on-arch-linux/comment-page-1/#comment-169715 Tue, 17 Dec 2013 10:58:58 +0000 http://protofusion.org/wordpress/?p=1793#comment-169715 I’ve found a way to enable SSL encryption with NoVNC. At least in firefox it is now working. I’ve used debian as a server, but should work in arch too.

First insert your Cert path in /var/www/webvirtmgr/console/webvirtmgr-novnc
————-example ——
CERT = ‘/path/to/ssl/cert’

server = NovaWebSocketProxy(listen_host=LISTEN_HOST,
listen_port=LISTEN_PORT,
source_is_ipv6=False,
verbose=False,
cert=CERT,
……
————
make sure your webserver can read the ssl cert (dont know if this is wise regarding security… but the webproxy with the same rights as apache)
Now open firefox and go to https://yourserver:6080 and accept the certificate (6080 is the novnc is listening). Now it is working for me.
Hope that helps.

]]>