make_dangerous_client_config

Function make_dangerous_client_config 

Source
pub fn make_dangerous_client_config() -> ClientConfig
Available on crate features test-utils only.
Expand description

Creates a client config that trusts any servers without verifying their TLS certificate.

Should be used for testing local relay setups only.