mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #297] No cert generated #155
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#155
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 @blackbasket on GitHub (Mar 10, 2022).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/297
Hi guys,
I did a fresh install of acme-dns.
I am unable to connect using https. If I change the config to 80/none, the curl request is good.
With 443/letsencrypt(staging) I always receive
error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error.Shouldn't the required cert being generated automatically? Or what do I have to do?
I cannot find anything concerning this, what helps.
Regards,
Marcel
@saschaludwig commented on GitHub (Apr 3, 2022):
I had the same problems.
My DNS/NS entries in my main zone were wrong, and additionally I ran into a rate limit on the letsencrypt server.
@gbonnefille commented on GitHub (Apr 4, 2022):
While configuring the tools, it is highly recommended to use the staging environment.
@saschaludwig commented on GitHub (Apr 4, 2022):
I did this and received a valid staging cert, but one of my DNS servers was out of sync and had other/old records. Looks like I got luck with the staging environment, just asked the correct nameserver and the production server did ask the outdated one. ;-)
@gbonnefille commented on GitHub (Apr 4, 2022):
How fast did you get banned from Let's Encrypt?
I remember my first attempts with cert-manager, whithout knowing staging environment, and I was banned in... few seconds :D
@blackbasket commented on GitHub (Apr 5, 2022):
Ok, I have gotten a cert now... I had to change the listing IP from localhost...
But I still do not get any logs... I want to log into a file, but do not receive any logs in the console as well (with stdout logtype of course)...
@saschaludwig commented on GitHub (Apr 5, 2022):
That is not possible right now, as the config says:
# possible values: stdout, TODO file & integrationsso the only option is stdout
Depending on the OS you use, you can get logfiles via systemd or just run acmedns on the commandline in foreground:
$ journalctl -u acme-dns -f@blackbasket commented on GitHub (Apr 5, 2022):
Thanks, @saschaludwig ... I got this wrong... I like Win & Mac ;) I will try with
journalctl...@blackbasket commented on GitHub (Apr 9, 2022):
Thank you @saschaludwig ... it was a DNS config issue, I overlook many times...