Fix "This Site Can't Be Reached" (Err_Connection_Refused) in Google Chrome
In this article of Fix "This Site Can't Be Reached" (Err_Connection_Refused) in Google Chrome, I will tell you 3 easy and quick solutions through which you can fix this problem.
1st Solution : Restart DNS Client.
> Open RUN (Win+R), Type "services.msc" and then hit "OK" button.
> Find "DNS Client", Right-click on it and then hit "Restart".
> Once DNS client restarts, Reboot your PC or Laptop and after that try to visit that site again which prompt you that error message.
2nd Solution : Change DNS Address.
> Go to "Control Panel", Click on "Network and Internet", Click on "Network and Sharing Center" and then click on "Change Adapter Settings".
> Now right-click on you active internet connection and then hit "Properties".
> First select "Internet Protocal Version 4" and then hit "Properties".
> Tick the "Use the following DNS Server Addresses" and then type
> Preferred DNS Server : 8.8.8.8
> Alternate DNS Server : 8.8.4.4
> Also tick the "Validate Settings" box and then hit "OK" button to save changes.
> Reboot you PC/Laptop and then try to visit that website again which prompt you that error message.
3rd Solution : Try Resetting TCP/IP.
> Open Command Prompt (As Admin).
> Now execute below mention commands one by one.
(cmd : a) ipconfig /release
> Hit enter key to execute the command.
(cmd : b) ipconfig /all
> Hit enter key to execute the command.
(cmd : c) ipconfig /flushdns
> Hit enter key to execute the command.
(cmd : d) ipconfig /renew
> Hit enter key to execute the command.
(cmd : e) netsh int ip set dns
> Hit enter key to execute the command.
(cmd : f) netsh winsock reset
> Hit enter key to execute the command.
> Once you execute all commands, Try to Open that website again.