Skip to content

Commit

Permalink
Fix #1992
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Nov 29, 2024
1 parent 5421e27 commit 4f5b003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4f5b003

Please sign in to comment.