You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: