Error: Let's Encrypt nonce request status (mail.examplecom)

I’ve been hestiacp from the start and vesta before that. I have looked and tried all the solutions. and tried like adding the systemd network or resolve i cant remember exactly.

DNS is fine on mail and webmail but i keep getting the error
Error: Let’s Encrypt nonce request status (mail.example.com )

Where are the logs located to try an debug this to see whats going on. I know this has been talked about before but no real solutions.

Thanks This is my first post.

Logs are here /var/log/hestia/LE-YourUser-YourDomain.log

Show the output of this command:

curl --user-agent "HestiaCP" -s -I "https://acme-v02.api.letsencrypt.org/directory"

root@hcp1:~# curl --user-agent “HestiaCP” -s -I “https://acme-v02.api.letsencrypt.org/directory
HTTP/2 200
server: nginx
date: Mon, 11 May 2026 19:30:56 GMT
content-type: application/json
content-length: 1033
cache-control: public, max-age=0, no-cache
replay-nonce: Xyb1-VAdOlSnkcXX9VRwhE6_c7tbzBnhy-pvFgUcIUd33CD_WpQ
x-frame-options: DENY
strict-transport-security: max-age=604800

The output is as expected; the nonce is there, and Hestia should get it. Did you check the log?

I havent got to the logs yet. I was thinking that box is having issues updating tzdata. the time might be off causing this. Ill report back with my findings. Just incase someone else runs into this.