Skip to Content

Unable to proceed to URL due to invalid certificate error in Chrome

Unable to proceed to URL due to invalid certificate error in Chrome


When you access Ezeelogin GUI from chrome, It may show a warning message 'Your Connection is Not Private'.It’s a message from your browser that informs you that the connection is not secure. One possible cause of this error is that a self-signed certificate is installed on the server. Self-signed certificates aren't trusted by browsers because they are generated by your server, not by a CA.
To access a website, your browser must check on the digital certificates installed on the server to make sure that the site is up to privacy standards and safe to proceed. If your browser finds something wrong with the certificate, it will stop you from accessing the site.
1.If you are using Windows OS, this is how the message is displayed on the webpage;
 
Cnp
 
You can click on Proceed to 192.168.56.155(unsafe) and continue accessing your web page.

2. If you  are using macOS, this is how the message is displayed on the webpage;
macos
To continue browsing in macOS, right-click on browser -> inspect element -> console -> and paste the below command  then press enter.
 
sendCommand(SecurityInterstitialCommandId.CMD_PROCEED)
 
macos
 
After doing the above you can continue browsing the Ezeelogin URL in macOS.