Only on flutter in android all calls to my server throw the following error
CERTIFICATE_VERIFY_FAILED: certificate has expired(handshake.cc:359))
From the mobile browser my site works, from the PC browser also, and also from the flutter web. Only from android it says certificate expired.
I have checked with SSL Checker and everything is setup correctly. Output of SSL Checker:
$MYDOMAIN resolves to $MYIP
Server Type: Caddy
The certificate should be trusted by all major web browsers (all the correct intermediate certificates are installed).
The certificate was issued by Let's Encrypt.
The certificate will expire in 79 days.
The hostname ($MYDOMAIN) is correctly listed in the certificate.
Does anybody know how to fix this?