Ensure SSL for the test

This commit is contained in:
Paul Harris 2024-09-09 12:39:28 +08:00
parent f71ac477c8
commit b29a719c1b

View File

@ -2288,6 +2288,8 @@ protected:
{
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
cli_.enable_server_certificate_verification(false);
#else
#error no ssl
#endif
}