-
Notifications
You must be signed in to change notification settings - Fork 2
Description
The software was installed in the Calculate Linux distro (no systemd)
so I start it by hands ".dnsbox/dnsboxd" with exporting the
needed DNSBOX_DOMAIN="dnsbox.io" DNSBOX_IP="xx.xx.xx.xx"
DNSBOX_NS_NAME=ns3
dig +short xx.xx.xx.xx.dnsbox.io
results as expected:
143.244.206.240
It starts without errors but if I check it by
openssl s_client -connect xx.xx.xx.xx:443 -servername xx.xx.xx.xx.dnsbox.io
I got:
...
[dnsbox] 2025/12/08 21:00:46 [WARN] [letsencrypt] ❌ Authorization failed — TXT deleted for _acme-challenge.xx.xx.xx.xx.dnsbox.io
[dnsbox] 2025/12/08 21:00:46 [ERROR] [httpsproxy] failed to fetch cert for xx.xx.xx.xx.dnsbox.io: acme: authorization error for xx.xx.xx.xx.dnsbox.io: 403 urn:ietf:params:acme:error:unauthorized: No TXT record found at _acme-challenge.xx.xx.xx.xx.dnsbox.io
2025/12/08 21:00:46 http: TLS handshake error from 85.174.183.216:1670: acme: authorization error for xx.xx.xx.xx.dnsbox.io: 403 urn:ietf:params:acme:error:unauthorized: No TXT record found at _acme-challenge.xx.xx.xx.xx.dnsbox.io
[dnsbox] 2025/12/08 21:01:00 [INFO] [httpsproxy] no peer has cert, generating via Let's Encrypt
...
Does the service still work?