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
I've implemented something using rustls-native-certs to get around some problems I was having with candle using our internal certificates. It shouldn't be too hard to add here if we're interested in that approach.
It appears that adding
native-tls
as a feature inureq
is not sufficient, and that thenative_tls::TlsConnector
must explicitly be used in code.The text was updated successfully, but these errors were encountered: