From 4f5b003e760b1fd62c5c22eff09f4c5934bfdfc5 Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 28 Nov 2024 20:40:38 -0500 Subject: [PATCH] Fix #1992 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb8b075..6165702 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ cli.set_ca_cert_path("./ca-bundle.crt"); cli.enable_server_certificate_verification(false); // Disable host verification -cli.enable_server_host_verification(false); +cli.enable_server_hostname_verification(false); ``` > [!NOTE]