diff --git a/cpp/cppsdk/source/playfab/PlayFabHttp.cpp b/cpp/cppsdk/source/playfab/PlayFabHttp.cpp index 1f0d2813..5835a37c 100644 --- a/cpp/cppsdk/source/playfab/PlayFabHttp.cpp +++ b/cpp/cppsdk/source/playfab/PlayFabHttp.cpp @@ -189,7 +189,7 @@ namespace PlayFab curl_easy_setopt(reqContainer.curlHandle, CURLOPT_WRITEFUNCTION, CurlReceiveData); // Send - curl_easy_setopt(reqContainer.curlHandle, CURLOPT_SSL_VERIFYPEER, false); // TODO: Replace this with a ca-bundle ref??? + curl_easy_setopt(reqContainer.curlHandle, CURLOPT_SSL_VERIFYPEER, true); const auto res = curl_easy_perform(reqContainer.curlHandle); if (res != CURLE_OK) {