EOF occurred in violation of protocol (_ssl.c:2393) #7735
-
Occasionally, as this is a random issue, I get the As I said, this is quite random because I usually don’t have this issue. OS: macOS Ventura 13.2.1 Additional config: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi @AlRodriguezGar14, thanks for reaching out. You mentioned this issue doesn't happen consistently; could you provide debug logs for both a successful sync and a failed one? You can get debug logs by adding --debug to your command, and redacting any sensitive information. Thanks! |
Beta Was this translation helpful? Give feedback.
-
facing a similar issue this is the error ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)" DDuring handling of the above exception, another exception occurred: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='bucketname.s3-accelerate.amazonaws.com', port=443): Max retries exceeded with url: /my_path/8fa39771.png?AWSAccessKeyId=AWSAccessKeyId&Signature=Signature&Expires=1715552122 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)'))) |
Beta Was this translation helpful? Give feedback.
-
same issue: |
Beta Was this translation helpful? Give feedback.
Hi Ryan, the error didn’t repeat, which makes me think that there was some kind of a problem with AWS or the backend. I’m uploading large files, but everything seems to be working (the error appeared suddenly and it was quite random), so I can’t share with you a comparison between the successful uploads and canceled ones.