mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 06:26:24 +03:00
[GH-ISSUE #54] IP-based DoH fails on Windows: failed to verify certificate #37
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jun 28, 2023).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/54
Hi,
I wonder why I can't use these types of DoH addresses:
https://8.8.8.8/dns_query
https://1.1.1.1/dns_query
https://77.88.8.8/dns_query
@ameshkov commented on GitHub (Jul 4, 2023):
Hi, it should be
dns-query, notdns_query@ghost commented on GitHub (Jul 4, 2023):
@ameshkov
Thank you for the correction but it doesn't work.
@ameshkov commented on GitHub (Jul 5, 2023):
Works on my side

@ghost commented on GitHub (Jul 6, 2023):
@ameshkov
I'm sorry for my late response but it doesn't work on my side on Windows OS.
@ameshkov commented on GitHub (Jul 7, 2023):
@alidxdydz got it, that's a known issue on Windows, the bug is in
crypto/tlslibrary of Golang so it cannot be fixed on our side.The only thing that I'd suggest is to disable TLS verification:
VERIFY=0 dnslookup example.org https://1.1.1.1/dns-query