We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5421e27 commit 4f5b003Copy full SHA for 4f5b003
README.md
@@ -79,7 +79,7 @@ cli.set_ca_cert_path("./ca-bundle.crt");
79
cli.enable_server_certificate_verification(false);
80
81
// Disable host verification
82
-cli.enable_server_host_verification(false);
+cli.enable_server_hostname_verification(false);
83
```
84
85
> [!NOTE]
0 commit comments