Verification error: urllib3.exceptions.ProtocolError: ('Connection aborted.', OSError("(104, 'ECONNRESET')"))

Hello,
I am still getting issues described here:

Sorry for not answering there, but it worked once so I didn't need to fix it.
The problem is in sessions.
I added max_retries there but it didn't work.
I changed this line: https://github.com/certbot/certbot/blob/master/acme/acme/client.py#L1110
to response = requests.request(method, url, *args, **kwargs)
and it works well now for me.
Is there a regular way how to fix it without forking certbot and change that line and then install it from source?
Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.