Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSC18 not enforced by SDK #921

Open
AndyTWF opened this issue Feb 24, 2023 · 1 comment
Open

RSC18 not enforced by SDK #921

AndyTWF opened this issue Feb 24, 2023 · 1 comment
Labels
breaking Backwards incompatible changes made to the public API. bug Something isn't working. It's clear that this does need to be fixed.

Comments

@AndyTWF
Copy link
Contributor

AndyTWF commented Feb 24, 2023

RSC18 requires that trying to use basic authentication with TLS turned off should result in an error, enforced at the SDK level.

At the moment, we do not enforce this at the SDK level - which results in this not being enforced at all in the Realtime client but being enforced by the upstream service in the Rest client.

In theory, this is an unlikely situation to occur - the use of basic authentication is strongly discouraged, and usually reserved for testing purposes (e.g. in AAT we use a non-TLS proxy for fault testing).

┆Issue is synchronized with this Jira Task by Unito

@AndyTWF AndyTWF added bug Something isn't working. It's clear that this does need to be fixed. breaking Backwards incompatible changes made to the public API. labels Feb 24, 2023
@sync-by-unito
Copy link

sync-by-unito bot commented Feb 24, 2023

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3423

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Backwards incompatible changes made to the public API. bug Something isn't working. It's clear that this does need to be fixed.
Development

No branches or pull requests

1 participant