mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 06:26:24 +03:00
[GH-ISSUE #68] Command Line Option to ignore SSL validation errors #49
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#49
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 @sreevatsank1999 on GitHub (May 19, 2024).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/68
Hi,
I am working with a DoH server on localhost with a self-signed certificate. When I attempt a dns query, I get:
It would be nice to have a command line flag to ignore SSL validation errors.
@ameshkov commented on GitHub (May 20, 2024):
Try this:
VERIFY=0 dnslookup example.org tls://dns-server-address@sergeevabc commented on GitHub (Jun 7, 2025):
Андрей, а почему переменные вместо привычных (например, по Curl) ключей?
В Windows эта конструкция выглядит прям сложно-сложно:
@ameshkov commented on GitHub (Jun 9, 2025):
@sergeevabc исторически сложилось, если у меня дойдут руки до переделки command-line API, то сделаю по-человечески вместо переменных среды.