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
Current implementation only supports native-tls. However there is a pure rust TLS implementation called rustls. This is good for packaging because it does not introduce any external dependency. Any chance to support this feature?