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
Hi! 🙂
I would like to know how to implement my code in order to return SERVFAIL and REFUSED errors. I am using Lookup(String domain, int Type.CAA) and when it finds CAA records there are no errors (Rcode = 0 (NOERROR)). The RFC 6844 says that this is only valid for not null records. Accordingly, when the records are empty, I can not catch these errors along the lookup, since the records must include something.
The expired.caatestsuite-dnssec.com and missing.caatestsuite-dnssec.com domains have the same problem because, as its description indicates, it supposed there is no record.
I would appreciate any help and I hope you have understood my point.
Thank you so much and best regards! 🙂
The text was updated successfully, but these errors were encountered:
Unfortunately, I'm not sure what you are asking. It might help if you could explain what you are trying to accomplish. Are you trying to set up the CAA test suite and want to know how to induce SERVFAIL and REFUSED errors? Are you trying to implement CAA checking code, as a CA would? Or something else?
I'm sorry. It was a little confused.
Exactly! My question is how to induce SERVFAIL and REFUSED errors, because when I'm using the Lookup for the servfail, refused, and even the expired and missing.caatestsuite-dnssec.com domains, it is returned an empty list of CAA records. In addition, it is shown in my console an error message with the NXDOMAIN Rcode.
Thank you for your valuable help!
Hi! 🙂
I would like to know how to implement my code in order to return SERVFAIL and REFUSED errors. I am using Lookup(String domain, int Type.CAA) and when it finds CAA records there are no errors (Rcode = 0 (NOERROR)). The RFC 6844 says that this is only valid for not null records. Accordingly, when the records are empty, I can not catch these errors along the lookup, since the records must include something.
The expired.caatestsuite-dnssec.com and missing.caatestsuite-dnssec.com domains have the same problem because, as its description indicates, it supposed there is no record.
I would appreciate any help and I hope you have understood my point.
Thank you so much and best regards! 🙂
The text was updated successfully, but these errors were encountered: