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

@@ -155,4 +155,5 @@ def get_default_credentials(tuple: tuple[str, str]) -> Credentials:
DEFAULT_CREDENTIALS = {
"KASA": ("a2FzYUB0cC1saW5rLm5ldA==", "a2FzYVNldHVw"),
"TAPO": ("dGVzdEB0cC1saW5rLm5ldA==", "dGVzdA=="),
"TAPOCAMERA": ("YWRtaW4=", "YWRtaW4="),
}