Applicable to:
- SolusVM
Symptoms
- noVNC console does not work in SolusVM:
SVM_ERROR: error 1006
- The following can be seen in the DevTools (f12) Console Tab
SVM_ERROR: ERR_CERT_COMMON_NAME_INVALID
Cause
Misconfiguration of noVNC settings
Resolution
- Access the Master Node via SSH
-
Update
/usr/local/solusvm/data/config.ini
file, uncomment the line by removing the ";" in the beginning
# cat /usr/local/solusvm/data/config.ini | grep use_remote_hostname
;use_remote_hostname = trueAfter the change, the line has to be like this
# cat /usr/local/solusvm/data/config.ini | grep use_remote_hostname
use_remote_hostname = true
Comments
0 commentsPlease sign in to leave a comment.