mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #54] Possible missing DNS settings for the server (Auth Failures) #17
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukepolo on GitHub (Mar 15, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/54
I am still having some failed authorizations and feel like I am missing something , here are some details
Config
DNS Records
A :
dns.codepier.ioNS :
ns1.dns.codepier.ioIs there anything else that i need to setup?
More Info
I've setup a script to automatically get the token and update it via the API , and that seems to be working
But the actual authorization fails
Failed authorization procedure. evanpolicinski.com (dns-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.evanpolicinski.com@lukepolo commented on GitHub (Mar 15, 2018):
Just noticed that port 53 refuses to open when using docker
--- Update
Running it without docker still does not open port 53 (running as root)
@lukepolo commented on GitHub (Mar 15, 2018):
I just modified my dns records, and it seemed to work! Guess its silently open?