Applicable to:
- SolusVM
Symptoms
- After updating/renewing SSL certificate, the following error can be seen at noVNC console:
CONFIG_TEXT: VNC Server disconnected (code: 1006)
VNC Server disconnected (code: 1015)
Cause
After SSL had been renewed, SSL certificate for noVNC has not been updated at /usr/local/solusvm/includes/nvnc/
.
Resolution
- Connect to Master server via SSH.
- Create a backup the old
cert.pem
file just in case:# cp -a /usr/local/solusvm/includes/nvnc/cert.pem{,.old}
- Create a new
cert.pem
file using new SSL files:# cat /usr/local/svmstack/nginx/ssl/ssl.crt /usr/local/svmstack/nginx/ssl/ssl.key > /usr/local/solusvm/includes/nvnc/cert.pem
- Restart the web service:
# service svmstack-nginx restart
Comments
0 comments
Please sign in to leave a comment.