Ensure SSL for the test
This commit is contained in:
parent
f71ac477c8
commit
b29a719c1b
@ -2288,6 +2288,8 @@ protected:
|
||||
{
|
||||
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
cli_.enable_server_certificate_verification(false);
|
||||
#else
|
||||
#error no ssl
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user