acme.sh
acme.sh copied to clipboard
Fix dnsmadeeasy on non english systems
DNS Made Easy API checks for an English date header otherwise it create an error.
In deed, we have in logs:
response='{"error": ["Invalid request date header: dim., 28 août 2022 09:24:45 UTC"]}' (my system was in French)
Using local locale makes it work fine.
Welcome Please make sure you're read our DNS API Dev Guide and DNS-API-Test. Then reply on this message, otherwise, your code will not be reviewed or merged. We look forward to reviewing your Pull request shortly ✨
Fixes this issue: https://github.com/acmesh-official/acme.sh/issues/4272
would you mind fixing the CI errors. And pass the dns api test: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test
https://github.com/Nickinthebox/acme.sh/actions/runs/3000795584