SimpleDnsCrypt icon indicating copy to clipboard operation
SimpleDnsCrypt copied to clipboard

Don't work in Windows 10 21H1

Open tXambe opened this issue 3 years ago • 5 comments

Hello,

I installed SimpleDnsCrypt in Windows 10, I configured in the configuration of dns of my network card the 127.0.0.1 when configuring that IP I do not navigate the Internet.

The service is up.

A greeting and thanks

tXambe avatar May 23 '22 07:05 tXambe

You should check your logs of simplednscrypt and dnscrypt-proxy first.

jusdfo avatar May 30 '22 00:05 jusdfo

Hello,

In the log's only I see this:

2022-07-01 08:11:50.7220 ApplicationUpdater System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: No se puede resolver el nombre remoto: 'raw.githubusercontent.com'
   en System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   en System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en System.Net.Http.HttpClient.<FinishSendAsyncUnbuffered>d__59.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en System.Net.Http.HttpClient.<GetByteArrayAsyncCore>d__30.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
   en SimpleDnsCrypt.Helper.ApplicationUpdater.<DownloadRemoteUpdateFileAsync>d__2.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
   en SimpleDnsCrypt.Helper.ApplicationUpdater.<CheckForRemoteUpdateAsync>d__1.MoveNext()

The firewall is turn off

A greeting and thanks

tXambe avatar Jul 01 '22 06:07 tXambe

The key problem is the first line of your log. It seems be the problem of DNS. 99% of people come accross the same problem. You can ensure this problem by opening the url on your browser without proxy. If you fail, it is right. You can find a possible solution on the page here.

jusdfo avatar Jul 01 '22 06:07 jusdfo

Hello,

I can navigate the Internet. but who to check that the DNS search they are encrypted?

A greeting and thanks

tXambe avatar Jul 01 '22 09:07 tXambe

You can set 127.0.0.1 as your primary dns server, 8.8 8.8 as your alternative dns server in your computer, then use command "nslookup google.com 127.0.0.1" in cmd. If it returns right result, dnscrypt-proxy works and your dns queries are encyptted.

jusdfo avatar Jul 01 '22 09:07 jusdfo