mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Fix #1992
This commit is contained in:
parent
5421e27106
commit
4f5b003e76
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ cli.set_ca_cert_path("./ca-bundle.crt");
|
||||||
cli.enable_server_certificate_verification(false);
|
cli.enable_server_certificate_verification(false);
|
||||||
|
|
||||||
// Disable host verification
|
// Disable host verification
|
||||||
cli.enable_server_host_verification(false);
|
cli.enable_server_hostname_verification(false);
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue