Chrome NET::ERR_CERT_INVALID

Chrome NET::ERR_CERT_INVALID

Can't use Nodegrid web interface with Chrome (usually on Mac) and getting error NET::ERR_CERT_INVALID

Resolution:
In Chrome and in the page for Nodegrid, click anywhere on the background, and type "thisisunsafe" (you need to type it, you can't copy and paste). You will then be able to access Nodegrid.
    • Related Articles

    • Install a X.509 Certificate from a Certificate Signing Request

      Generate a Certificate Signing Request Log in Nodegrid as root: ssh root@<Nodegrid_IP> Change directory to /etc/CA: cd /etc/CA Create a RSA key: openssl genrsa -out key.pem.new 2048 Create a Certificate Signing Request: openssl req -new -sha256 -key ...
    • Web Access via HTML5 with Browser Extension Forwarder

      For the managed devices with web access enabled, users can launch the WEB in different ways, and one of them is via Browser Extension Forwarder. HTML5 with Browser Extension Forwarder option is the latest feature that redirects the URL to a web ...
    • Troubleshoot: Login in ZPE Cloud

      ZPE Cloud is a powerful platform that enables users to manage their devices and monitor their network with ease. For that, login in ZPE Cloud is essential. In this article, we will explore this issue and other common login issues that users may ...
    • How to Configure IPSec Host to Host tunnel with Certificate

      Version 0.1 (02 May 2018) Overview Host to Host configurations allow two nodes to established a tunnel between them. The encrypted communication will be limited just to the two nodes involved. Figure 11: Host to Host Configuration Example Details ...
    • How to Configure IPSec Host to Site Tunnel with Certificate

      Version 0.1 (02 May 2018) Overview Host to Site configurations are very similar to Host to Host configurations, especially the authentication methods are the same. Added changes to the configurations are the values for rightsourceip and rightsubnets. ...