Try to lock strict TLS if certificate checks are automatic

This commit is contained in:
link2xt
2021-09-25 12:00:54 +00:00
parent 2309c7ca13
commit acbf363fc8
4 changed files with 120 additions and 8 deletions

View File

@@ -180,6 +180,7 @@ fn protocols_to_serverparams(protocols: Vec<ProtocolTag>) -> Vec<ServerParams> {
hostname: protocol.server,
port: protocol.port,
username: String::new(),
strict_tls: None,
})
})
.collect()