polhenarejos / acme_email

ACME Email Client for EmailReply-00 Challenge
https://acme.castle.cloud
GNU General Public License v3.0
46 stars 7 forks source link

Error : All authorizations were not finalized by the CA. #9

Closed ggrzeczkowicz closed 2 years ago

ggrzeczkowicz commented 2 years ago

I have tried with different e-mail providers and each time I received the challenge and the answer is sent (I have tried via SMTP and manually). But the response from https://acme.castle.cloud/acme/authz/***** is always the same:

{"status": "pending", "expires": "********", "identifier": {"type": "dns", "value": "****"}, "challenges": [{"url": "https://acme.castle.cloud/acme/chall/********", "type": "email-reply-00", "token": "**********", "status": "processing", "from": "acme+************@castle.cloud"}]}

So finally the attempt fails with the error code 'All authorizations were not finalized by the CA.' after having reached the maximum number of attempts.

Am I doing something wrong?

polhenarejos commented 2 years ago

Do you use interactive or imap automatic system?

ggrzeczkowicz commented 2 years ago

I try both

polhenarejos commented 2 years ago

Could you provide the log file?

ggrzeczkowicz commented 2 years ago

I just try again and it works...