Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NET::ERR_CERT_REVOKED issue in chrome

I am facing issues with chrome browser (NET::ERR_CERT_REVOKED ). I use GoDaddy SSL certificate. It works fine with the Firefox browser. couple of my colleagues are able to access the URL fine. Please help me in finding the root cause of it. I tried some many ways to resolve it but couldn't find the solution. Error while accessing web page

like image 981
HD298 Avatar asked Jan 02 '23 19:01

HD298


1 Answers

Type thisisunsafe while on the page (not in the address bar) and this will whitelist the page.

Just for context, I'm using this workaround for cluster nodes that I know to be legitimate self-signed certs. There is a reason why Chrome rejects such certificate errors.

like image 188
BentheFolker Avatar answered Jan 07 '23 23:01

BentheFolker