This commit is contained in:
yhirose 2024-11-28 20:40:38 -05:00
parent 5421e27106
commit 4f5b003e76

View File

@ -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]