Open annuh opened 4 months ago
@stobrien89 this PR is open for quite some time. I understand this isn't an urgent issue, but our application still encounters this problem, from time to time. Could you maybe take a look at this PR someday? 🙂 Thanks in advance!
This PR enables retries of the
CURLE_SSL_CONNECT_ERROR
failure.Our application randomly encounters these errors:
After a retry, it works. Since this failure should be safe to retry, I think it's a good idea to make the AWS SDK automatically retry this failure using the existing logic.
This could also fix https://github.com/aws/aws-sdk-php/issues/1546.