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
SFP network interface missing
When an unsupported SFP transceiver is connected to an Intel ethernet controller, the network interface will no longer appear for many system commands. Here are the known symtoms for this issue: The affected network interface will not pass any ...
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 ...
Network Configuration via CLI
Example of configuring the ETH0 interface via CLI (please, replace the network values with your own information). Log in as admin to the Nodegrid console port or HDMI Type the following commands (in bold): [admin@nodegrid /]# cd ...
How to Configure Network Bridge on the Nodegrid Serial Console
Nodegrid Serial Console cascades, or daisy chains, network ports by implementing a network bridge between ports ETH0 and ETH1. In this configuration several NSC units can be used in cascade mode, all sharing the same network switch port, saving a ...
Network Failover with Huawei E3276 USB Wireless Modem
The E3276 USB wireless modem reports itself as a network device. So you will have to add a network connection in Nodegrid that binds to it. Here are the steps: 1. Login as admin in the Web UI and browse to Network, then Connections. Click Add and ...