build_client

Function build_client 

Source
pub fn build_client(
    ca_cert: Option<&Path>,
    client_cert: Option<&Path>,
    client_key: Option<&Path>,
) -> Result<Client>
Expand description

TLS-only mode (None cert/key) supported but production always wires both.