-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dnsmasq: cached dnssec responses fail validation #1362
Comments
dnsmasq seems to not store the authenticity information in its cache by default. Could you try using --proxy-dnssec in the config file for dnsmasq? |
While the option is shown in the See the Makefile on OpenWrt Master: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/network/services/dnsmasq/Makefile;h=b6502bf5d04ef8f48a99d9f2e1506942846fa9da;hb=refs/heads/master But indeed this seems to be the issue:
otoh
I can retry this later at home. |
--dnssec is not needed for --proxy-dnssec because on the latter no validation happens. you can run |
Unfortunately Installating https://www.linuxlounge.net/~martin/ffda/dnsmasq.pcap https://www.linuxlounge.net/~martin/ffda/dnsmasq-full.pcap |
"Fixed" in 543eb17. |
Just because I was curious what it would take:
|
I tried using the dnsmasq cache on the nextnode address today and my unbound, who is reconfigured to use that cache, fails to validate DNSSEC secured responses, that are pulled from the cache, and therefore makes some domains unusable.
Uncached responses otoh work just fine.
The text was updated successfully, but these errors were encountered: