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
error[E0277]: the trait bound `AsyncRustlsConnector: From<TlsConnector>` is not satisfied
--> core/src/services/ftp/backend.rs:244:21
|
244 | AsyncRustlsConnector::from(TlsConnector::from(confi...
| ^^^^^^^^^^^^^^^^^^^^ the trait `From<TlsConnector>` is not implemented for `AsyncRustlsConnector`
|
= help: the trait `From<async_tls::connector::TlsConnector>` is implemented for `AsyncRustlsConnector`
For more information about this error, try `rustc --explain E0277`.
error: could not compile `opendal` (lib) due to previous error
And tls auth may have some specific and necessary configurations. How and where to construct these configurations may also be a problem.
We should make it work with rustls by default.
The text was updated successfully, but these errors were encountered: