You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: