noVNC console does not work in SolusVM: error 1006: ERR_CERT_COMMON_NAME_INVALID

Have more questions? Submit a request

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

  1. Access the Master Node via SSH
  2. 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 = true

    After the change, the line has to be like this

    # cat /usr/local/solusvm/data/config.ini | grep use_remote_hostname
    use_remote_hostname = true

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.