Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve error message if incompabitle Identity with selected backend (#…
…1852) If ClientBuilder::build encounters a TlsBackend::Default, and cfg(native-tls) is not enabled, it doesn't know how to load the client certificate. Rather than silently ignore the attempt to use a client identity, return an error. * ClientBuilder: fix build when rustls and native-tls are both enabled
- Loading branch information