You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We seem to be having an issue getting RRSIG records when using stub resolver.
Command line utilities getdns_query and dig return the expected RRSIG records. When doing the same through getdns-node we are receiving:
(I have edited out the DNS IP and domain names due to our corporate policy)
We seem to be having an issue getting RRSIG records when using stub resolver.
Command line utilities
getdns_query
anddig
return the expected RRSIG records. When doing the same throughgetdns-node
we are receiving:(I have edited out the DNS IP and domain names due to our corporate policy)
Executing the following two utilities returns proper results:
./getdns_query +dnssec_return_status @xxx.xxx.xxx.xxx XXXXX A
dig @xxx.xxx.xxx.xxx XXXXX +dnssec A
Nodejs code:
Are we missing something in the configuration or is DNSSEC+stub resolver just not supported in
getdns-node
The text was updated successfully, but these errors were encountered: