Applicable to:
- SolusVM
Symptoms
After renewing SSL certificate SolusVM > Virtual Servers > VPS > VNC console does not work:
CONFIG_TEXT: VNC Server disconnected (code: 1006)
Or
CONFIG_TEXT: VNC Server disconnected (code: 1015)
Cause
SolusVM bug with ID SVM-2900 that was fixed in SolusVM mainline version 1.24.09.
Resolution
Update to the latest SolusVM mainline version.
In case the update is not possible - perform the workaround below:
Workaround
-
Connect to SolusVM Master server via SSH.
-
Replace old certificate:
# 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 and noVNC services:
# service svmstack-nginx restart && sh /scripts/websocket-stop
Comments
0 commentsPlease sign in to leave a comment.