https for spice
I want to run my spice console on https, can someone point me in right direction to configure the same.
First time here? Check out the FAQ!
I want to run my spice console on https, can someone point me in right direction to configure the same.
Yea the documentation on that is sparse to non existant. The spicehtml5proxy.py:L77-L79 is where the ssl stuff would be read.
You should be able to set the following options in the nova.conf
file:
[DEFAULT]
....
cert=/path/to/certfile
key=/path/to/keyfile
ssl_only=true
Alternatively, if you are using some sort of load balance I would highly recommend offload ssl at the load balancer then you don't have to config individual services for ssl. haproxy >=1.5 supports ssl offload
Asked: 2014-12-17 16:11:27 -0600
Seen: 469 times
Last updated: Dec 17 '14
Spice Vs PCoIP - Where is Spice Hardware Acceleration
how to set password when use the SPICE client to connect to a instance
How to enable audio on my instance?
How can I connect to the spice console with client e.g. spicy?
Does it possible to determine pair [ip:port] of spice-server based on keystone UUID token?
Why anybody can access vnc (spice) console on my compute nodes?