# 40103: Basic authentication used over an insecure connection Identifier: `invalid_use_of_basic_auth_over_non_tls_transport` Basic authentication was attempted over a connection that was not secured with TLS. Basic authentication sends the API key directly, so it is only permitted over an encrypted transport.