pub fn build_agent_http_client(
storage_root: &Path,
) -> Result<(Client, AgentTlsStatus), String>Expand description
Build reqwest client: custom roots when enabled PEMs present; else system default.
pub fn build_agent_http_client(
storage_root: &Path,
) -> Result<(Client, AgentTlsStatus), String>Build reqwest client: custom roots when enabled PEMs present; else system default.