Skip to content

Commit 4f5b003

Browse files
committed
Fix #1992
1 parent 5421e27 commit 4f5b003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ cli.set_ca_cert_path("./ca-bundle.crt");
7979
cli.enable_server_certificate_verification(false);
8080
8181
// Disable host verification
82-
cli.enable_server_host_verification(false);
82+
cli.enable_server_hostname_verification(false);
8383
```
8484

8585
> [!NOTE]

0 commit comments

Comments
 (0)