Skip to content
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

Open
d0x7 opened this issue Jul 31, 2024 · 7 comments
Open

ClientError: Response 500 #41

d0x7 opened this issue Jul 31, 2024 · 7 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@d0x7
Copy link

d0x7 commented Jul 31, 2024

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 :)

@polhenarejos
Copy link
Owner

Try again. I’ve restarted the backend.

@d0x7
Copy link
Author

d0x7 commented Jul 31, 2024

Nope, it's unfortunately giving the same 500 instantly again.

@polhenarejos
Copy link
Owner

Please provide the full log stack.

@d0x7
Copy link
Author

d0x7 commented Jul 31, 2024

I've sent you an email to xxxxx because I don't wanna post it publicly due to privacy reasons.

@polhenarejos
Copy link
Owner

Does #40 solve it?

@d0x7
Copy link
Author

d0x7 commented Jul 31, 2024

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. -e [email protected] -e [email protected] works just fine, but -e [email protected] -e [email protected] causes it to return the 500. The usage type doesn't matter, with multiple emails on the same domain it works with all four types, but fails when using two different domains with even just the digitalSignature type.

@polhenarejos polhenarejos added bug Something isn't working good first issue Good for newcomers labels Aug 1, 2024
@polhenarejos
Copy link
Owner

A bug in the backend. Can you try again?

@polhenarejos polhenarejos self-assigned this Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants