Replies: 7 comments
-
Tbh I have no idea, you may need to capture tcpdump and see what's going on there |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue using the latest docker image |
Beta Was this translation helpful? Give feedback.
-
@danlsgiga what if you use a different upstream? |
Beta Was this translation helpful? Give feedback.
-
Ok, never mind... it seems that I am using outdated URLs... none of the upstreams below is working:
After adding the ones published at https://kb.adguard.com/en/general/dns-providers all is good now! Thanks and sorry for the noise! |
Beta Was this translation helpful? Give feedback.
-
Actually, never mind once again... the issue is that my router is enforcing all DNS requests to go to OpenDNS and OpenDNS is categorizing those as Proxying... sorry again! |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
Prerequisites
Issue Details
Expected Behavior
Expected https-over-dns to work out of the box when making DNS queries. Getting TLS handshake errors
Actual Behavior
Getting TLS handshake failures for any dns-over-https url
2020/10/13 19:51:28 [info] Couldn't request filter from URL https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt, skipping: Get "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt": couldn't initialize HTTP client or transport, cause: couldn't do a POST request to 'https://dns10.quad9.net:443/dns-query', cause: Get "https://dns10.quad9.net:443/dns-query?dns=gkwBAAABAAAAAAAACGlwdjRvbmx5BGFycGEAAAEAAQ": remote error: tls: handshake failure
2020/10/13 19:51:28 [error] os.Chtimes(): chtimes /opt/adguardhome/work/data/filters/1.txt: no such file or directory
2020/10/13 19:51:28 [info] Failed to update filter https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt: Get "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt": couldn't initialize HTTP client or transport, cause: couldn't do a POST request to 'https://dns10.quad9.net:443/dns-query', cause: Get "https://dns10.quad9.net:443/dns-query?dns=gkwBAAABAAAAAAAACGlwdjRvbmx5BGFycGEAAAEAAQ": remote error: tls: handshake failure
Additional Information
DNSStubListener=no
curl -H 'accept: application/dns-message' -v 'https://dns10.quad9.net:443/dns-query?dns=gkwBAAABAAAAAAAACGlwdjRvbmx5BGFycGEAAAEAAQ'
and worked output wasSSL certificate verify ok
Beta Was this translation helpful? Give feedback.
All reactions