dnsproxy icon indicating copy to clipboard operation
dnsproxy copied to clipboard

Failed to connect to 1.1.1.1:853

Open ameshkov opened this issue 7 years ago • 4 comments

Got the log from here: https://github.com/AdguardTeam/AdGuardHome/issues/500

proxy.(*Proxy).handleUDPPacket(): error handling DNS (udp) request: talking to d
nsUpstream failed, cause: Failed to get a connection from TLSPool to 1.1.1.1:853
, cause: Failed to connect to 1.1.1.1:853, cause: x509: certificate is valid for
 1.1.1.1, 1.0.0.1, 162.159.132.53, 2606:4700:4700::1111, 2606:4700:4700::1001, 2
606:4700:4700::64, 2606:4700:4700::6400, not 1.1.1.1

Might be Windows-specific.

ameshkov avatar Dec 31 '18 00:12 ameshkov

I can't reproduce it on my Windows VM though

ameshkov avatar Dec 31 '18 00:12 ameshkov

Needs to be tested on Windows Server 2012, not on Win 10.

ameshkov avatar Dec 31 '18 00:12 ameshkov

maybe same issue like this one, Stubby.

bpsi-staim avatar Jan 29 '19 09:01 bpsi-staim

I've tested it on Win7, and it really looks like Windows-specific issue Here's the bug report for golang team: https://github.com/golang/go/issues/30985

admitrevskiy avatar Mar 21 '19 15:03 admitrevskiy