
Openssl_conf = cat /etc/ssl/openssl.cnf |tail -n9ĬipherString = systemctl restart nova-novncproxy nova-consoleauth

首先,因为使用的是websockify 0.8.0不支持配置ssl版本,那样想在ssl.wrap_socket中直接指定"ssl_version=ssl.PROTOCOL_TLSv1_2"来强制使用tls1_2是可行的.(如果不可行,是因为下列错误导致,见: ) SecurityError: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS. # grep -r 'ssl.wrap_sock' /usr/lib/python2.7/dist-packages/nova/console/rfb/authvencrypt.py -A 7
