-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClientError: Response 500 #41
Comments
Try again. I’ve restarted the backend. |
Nope, it's unfortunately giving the same 500 instantly again. |
Please provide the full log stack. |
I've sent you an email to xxxxx because I don't wanna post it publicly due to privacy reasons. |
Does #40 solve it? |
I tried that, but that was actually not the issue. I narrowed it down a bit more. The issue is with requesting multiple emails in one go from multiple different domains. |
A bug in the backend. Can you try again? |
I was trying to request a new certificate, which didn't work using imap/smtp. Nothing happened, no output whatsoever (besides the "you're requesting a cert [...]" header), and then after around 5 minutes, I got a
An unexpected error occurred: ConnectionResetError: [Errno 54] Connection reset by peer
.Then I thought I would try the interactive mode, which just game me
An unexpected error occurred: acme.errors.ClientError: <Response [500]>
instantly.Are there any known issues or what am I doing wrong? I cloned the repo, installed it as per README and then basically used the example command (obviously with my own imap/domains). I had a typo in the password which also instantly tripped an wrong password error, but after correcting, the above happened, so nothing for around 5 mins, then the first error.
Have a good day :)
The text was updated successfully, but these errors were encountered: