Try default logon credentials in SslAesTransport (#1195)

Also ensure `AuthenticationErrors` are raised during handshake1.
This commit is contained in:
Steven B.
2024-10-25 19:27:40 +01:00
committed by GitHub
parent 8b95b7d557
commit 7eb8d45b6e
3 changed files with 87 additions and 59 deletions

View File

@@ -186,6 +186,7 @@ SMART_RETRYABLE_ERRORS = [
SmartErrorCode.UNSPECIFIC_ERROR,
SmartErrorCode.SESSION_TIMEOUT_ERROR,
SmartErrorCode.SESSION_EXPIRED,
SmartErrorCode.INVALID_NONCE,
]
SMART_AUTHENTICATION_ERRORS = [