[GH-ISSUE #127] Fix responses to be more standards compliant #51

Closed
opened 2026-03-13 15:33:03 +03:00 by kerem · 2 comments
Owner

Originally created by @lf- on GitHub (Nov 8, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/127

http://dnsviz.net/d/auth.acme-dns.io/dnssec/

The authoritative bit should be set, which it isn't.

NXDOMAIN responses appear to be incorrectly not returning SOA records.

Requests for types which don't exist are incorrectly returning NXDOMAIN, while they should be returning NOERROR and no records instead.

There's some more broken stuff too, including edns records, but this is a start.

Originally created by @lf- on GitHub (Nov 8, 2018). Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/127 http://dnsviz.net/d/auth.acme-dns.io/dnssec/ The authoritative bit should be set, which it isn't. NXDOMAIN responses appear to be incorrectly not returning SOA records. Requests for types which don't exist are incorrectly returning NXDOMAIN, while they should be returning NOERROR and no records instead. There's some more broken stuff too, including edns records, but this is a start.
kerem 2026-03-13 15:33:03 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@joohoi commented on GitHub (Dec 13, 2018):

Thank you for opening the issue, you raise valid points. I'm going to look into this.

<!-- gh-comment-id:446919444 --> @joohoi commented on GitHub (Dec 13, 2018): Thank you for opening the issue, you raise valid points. I'm going to look into this.
Author
Owner

@joohoi commented on GitHub (Feb 3, 2019):

I finally got around to implement the fixes. EDNS is now handled too (by indicating not implementing it). Sorry that it took so long, but should be fixed now.

<!-- gh-comment-id:460074792 --> @joohoi commented on GitHub (Feb 3, 2019): I finally got around to implement the fixes. EDNS is now handled too (by indicating not implementing it). Sorry that it took so long, but should be fixed now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#51
No description provided.