Apav
Apav

Reputation: 103

Can't connect to Github's website in Chrome but it works when I use Firefox

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

Answers (6)

egolink
egolink

Reputation: 1

when i change the [settings > ..> Select DNS provider] from [OS default] to [Gooogle public],it's works well.

Upvotes: 0

Natasha Li
Natasha Li

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

Vasia Zaretskyi
Vasia Zaretskyi

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

Anu Shibin Joseph Raj
Anu Shibin Joseph Raj

Reputation: 1047

For what it's worth, this is what worked for me:

  1. Open up the start menu and search for and open "Internet Options".
  2. Go to the "Connections" tab.
  3. Click on "LAN settings".
  4. Untick all the checkboxes (there are 3).
  5. Click OK twice and then access https://github.com/ via Google Chrome.

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

Yogesh Aggarwal
Yogesh Aggarwal

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

Ramesh
Ramesh

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

Related Questions