We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdada50 commit 2675903Copy full SHA for 2675903
src/client/options/mod.rs
@@ -588,7 +588,7 @@ impl ServerCertVerifier for NoCertVerifier {
588
589
impl TlsOptions {
590
/// Converts `TlsOptions` into a rustls::ClientConfig.
591
- pub fn into_rustls_config(self) -> Result<rustls::ClientConfig> {
+ pub(crate) fn into_rustls_config(self) -> Result<rustls::ClientConfig> {
592
let mut config = rustls::ClientConfig::new();
593
594
if let Some(true) = self.allow_invalid_certificates {
0 commit comments