So Chromium browsers are upping the security, and blocking access to self-signed local sites due to HSTS. How do you get around this? Hit F12 and go to the console and enter the following.
sendCommand(SecurityInterstitialCommandId.CMD_PROCEED)
Helpful client virtualization tips from a computer nerd.
So Chromium browsers are upping the security, and blocking access to self-signed local sites due to HSTS. How do you get around this? Hit F12 and go to the console and enter the following.
sendCommand(SecurityInterstitialCommandId.CMD_PROCEED)