DNS pc problem

Solution
If you're getting that warning from Google Chrome, that's by design. Google feels it's best to shame websites and developers for not using SSL encryption.

https://www.theregister.co.uk/2018/02/08/google_chrome_http_shame/

dextermat

Distinguished
Sep 21, 2007
634
0
19,010
check you windows time and date, if it's off, you mignt be getting this error.
Also you might have malware causing this.
Goto bleepingcomputer.com and download run JRT => adwcleaner => reboot => malwarebytes
 

derekullo

Distinguished
Jan 25, 2009
135
0
18,660
To change your dns settings you need to open a cmd prompt as administrator.

Type cmd into windows search and right click and Run as administrator.


Once the cmd box is open type

netsh

Once that is open it should open a new line with netsh on the left.

Next type

interface ip add dns name="Ethernet" 8.8.8.8

"Press Enter"


interface ip add dns name="Ethernet" 8.8.4.4 index=2

"Press Enter"


This will set your Ethernet connection to use google's DNS

If you are using Wifi just change Ethernet to Wifi in the command.

Feel free to copy paste the commands.
 

stdragon

Proper
Apr 5, 2018
94
0
160
If you're getting that warning from Google Chrome, that's by design. Google feels it's best to shame websites and developers for not using SSL encryption.

https://www.theregister.co.uk/2018/02/08/google_chrome_http_shame/
 
Solution