pub fn get_https_connector(
    cert_path: &Path,
    verify: bool
) -> Result<HttpsConnector<HttpConnector>>