Reputation: 103
https://i.imgur.com/qKyu744.jpg
This started happening just a few days ago. I can access the site on the same computer in Firefox. Not sure why it is telling me that the site is insecure, but that must be related. I tried ipconfig /flushdns, deleting my cookies, and disabling my firewall but none of those fixed it. Can't find any solutions online either so far. Using the latest Chrome update and Windows 10. Please help!
Edit: Solved my issue by installing this Windows update: https://support.microsoft.com/en-us/help/4284835
Upvotes: 9
Views: 20697
Reputation: 1
when i change the [settings > ..> Select DNS provider] from [OS default] to [Gooogle public],it's works well.
Upvotes: 0
Reputation: 21
I am using MacOS and I had similar issue of accessing GitLab with Chrome, but no issue with Safari.
What helps me finally is: Setting -> Privacy and Security, and turn off "Use Secure DNS".
Upvotes: 2
Reputation: 347
If you enter the website URL with www, it will work in chrome. To avoid this you need to add another CNAME without www.
Upvotes: 1
Reputation: 1047
For what it's worth, this is what worked for me:
The reason why it works on Firefox is because it has its own proxy settings. Google Chrome takes the proxy settings of the computer.
Upvotes: 1
Reputation: 1022
If CORS extension has been downloaded and enabled in the Chrome browser then disable the CORS(Allow-control-Allow-origin) extension. It will work..!
Upvotes: -1
Reputation: 76
It is possible that you might have deleted trusted certificates from chrome trust store (github CA SSL certificate is issued by DigiCert High Assurance EV Root CA
), where as in for other browsers the trust store must be a different location in your case.
To check above listed certificate present in Chrome trusted store or not, do the following
Open Chrome then Go to Settings => Manage Certificates
- Click on it, when Certificates pop-up shows then check at' Trusted Root Certificates Authorities, if desired certificate is not present then import it.
Upvotes: 1