Bind DNSSEC Validation Fails when installed from Bottle #3800
Replies: 1 comment · 2 replies
-
Assuming you still have the built-from-source
? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Output as requested:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
OK, that seems to eliminate the possibility that your build-from-source picked up an opportunistic linkage of a system or Homebrew library that was actually needed for DNSSEC to work properly. Just to be sure, what does Also, can you check |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just had a fun issue that had me pulling my hair out for a few hours.
I had installed bind via
brew install bind
and configured it as follows:I repeatedly got the following error in the logs for ANY dnssec lookup "no supported algorithm/digest (DS)".
However when I recompiled bind using
brew reinstall --build-from-source bind
it magically started working.I have no idea why but wanted to share in case anyone had run across something like that.
Beta Was this translation helpful? Give feedback.
All reactions