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
HTTPClient always has a TLS configuration so we don't need to have tlsConfiguration be optional. It should be defaulted to the default config and not nil. The code always uses configuration.tlsConfiguration ?? TLSConfiguration.forClient() which isn't right.