Hi, I've been struggling to provision certs for my domain through mailinabox which is failing with the rather unhelpful error "Something went wrong, sorry" and would really appreciate any help or insights you're able to give. I did have a look at the certbot logs but they were very long and wasn't sure which parts were relevant.
My domain is: sqzi.com
I tried letsdebug.net and got SERVFAILS for AAAA and CAA but these shouldn't be relevant should they? I dont use ipv6 and no CAA should be unrestricted right?
Here are the DNS records from Google
:
A Records
Name | TTL | Data |
---|---|---|
sqzi.com | 21600 | 88.99.121.10 |
AAAA Records
No records present.
CNAME Records
No records present.
MX Records
Name | TTL | Data | Address | Preferences |
---|---|---|---|---|
sqzi.com | 21600 | 88.99.121.10 | mail.sqzi.com. | 10 |
NS Records
Name | TTL | Data |
---|---|---|
sqzi.com | 21600 | ns1.mail.sqzi.com. |
sqzi.com | 21600 | ns2.mail.sqzi.com. |
PTR Records
No records present.
SRV Records
No records present.
SOA Records
Name | TTL | Mname | Rname |
---|---|---|---|
sqzi.com | 21600 | ns1.mail.sqzi.com. | hostmaster.mail.sqzi.com. |
TXT Records
Name | TTL | Data |
---|---|---|
sqzi.com | "21600" | "v=spf1 mx -all" |
CAA Records
No records present.
DS Records
No records present.
DNSKEY Records
Name | TTL | Algorithm_id | Protocol | Type | Key_id | Key |
---|---|---|---|---|---|---|
sqzi.com | 21600 | 8 | 3 | ZSK | 35616 | "AwEAAdfMuw8ezonQkxHExc9mI+z0rwV4HPKduOxner92 |
oSFfUrguJR7gx65QqMHOvGgwHmpvZeAetp3MRArOnXK8 | ||||||
K+vwyt4EHHvWf8vHzxgMmM9AMQZVlygHIBh2DC7RJ+YF | ||||||
OBoXXL7pzOcK3Dlx6ouLI+Dh4czioAnK1/1rEA/1wmmL" | ||||||
sqzi.com | 21600 | 13 | 3 | ZSK | 5611 | "dJiHxfpwx1SnxC6pD3rUqK1ZCC33cR39IlAyYQCjtsc+ |
hS3Vd8QUYzZq7QwVhVchz9uHhrrZ00VcEufKhVSKxA==" | ||||||
sqzi.com | 21600 | 8 | 3 | KSK | 34081 | "AwEAAfy3iFTVkLLpwULD75ggEw55ndd6S3LpERMNeMVP |
sRF9UhH+VMoZzxgoTTrNdXFCISLz5/E0y9TUwWVm2Zc4 | ||||||
0yNSByBw9lQs+6/OhxPux6HDttqBV/3eaEKNLN2y10xz | ||||||
6vQ514Za1cd1IIHoTN+2nke92MAeFCX8sC23KMmgnHXH" | ||||||
sqzi.com | 21600 | 13 | 3 | KSK | 36066 | "FCMdbbbsfErSpjMJfrrM6+iR0BFd6x7o2d3M0yxSXmnL |
fEOmVT0OOrWN9n9r5LGGpTpFYJrJ10lBvSsbtMmxbg==" |
My web server is (include version): nginx through mailinabox email (v67)
The operating system my web server runs on is (include version): Ubuntu 22.04
My hosting provider, if applicable, is: Hetzner cloud server
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 1.21.0
Thanks in advance!