This repository was archived by the owner on Dec 3, 2023. It is now read-only.
SSLException isn't retryable #182
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi,
Storage Java library users are failing on a retryable exception
SocketException: Socket closed' errors
which raised as ajavax.net.ssl.SSLException
. SSLException isn't considered retryable in BaseServiceException.java.Are there any concerns with making this exception retryable along with:
I'll send a PR to introduce this change for discussion.
The text was updated successfully, but these errors were encountered: