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

Random AWS HTTP error: cURL error 35 #1546

Closed
neoacevedo opened this issue May 12, 2018 · 4 comments · May be fixed by #2972
Closed

Random AWS HTTP error: cURL error 35 #1546

neoacevedo opened this issue May 12, 2018 · 4 comments · May be fixed by #2972
Labels
third-party This issue is related to third-party libraries or applications.

Comments

@neoacevedo
Copy link

Hi. I ma randomly receiving the following error:
AWS HTTP error: cURL error 35: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to s3.amazonaws.com:443

Credentials are ok but since some days this error is happening.It occurs on any S3 operation.

I'm using aws.phar 3.54.3 but it happens too with 3.55.12

@kstich
Copy link
Contributor

kstich commented May 14, 2018

This is caused by a problem with the underlying I/O, not the SDK itself. Try using openssl_error_string or curl_strerror to find more information. You may also try updating your version of OpenSSL or cURL.

@kstich kstich closed this as completed May 14, 2018
@diehlaws diehlaws added third-party This issue is related to third-party libraries or applications. and removed third-party labels Jan 4, 2019
@vaibhavdhanawade
Copy link

Hello I am also getting error :

cURL_Exception: cURL error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to virg-jpmc-aventri-files.s3.amazonaws.com:443 (cURL error code 35). See http://curl.haxx.se/libcurl/c/libcurl-errors.html for an explanation of error codes

@liudhzhyym
Copy link

Same problem here

@byb37
Copy link

byb37 commented Feb 13, 2024

same problem here
@vaibhavdhanawade @liudhzhyym did you find solution for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third-party This issue is related to third-party libraries or applications.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants