Rexi

Results 3 comments of Rexi

THAT'S FUCKING DOGSHIT VOMIT EW REXI YOU'RE A SHITTY DEVELOPER EW

I found a fix: If you put ` curl_easy_setopt(handle, CURLOPT_USE_SSL, CURLUSESSL_ALL); curl_easy_setopt(handle, CURLOPT_SSL_VERIFYPEER, 0L); ` on every Request method in session (e.g Session::PreparePut(), Session::PreparePost() ) it will force SSL which...

I do not use CMake. I am using curl-7.78 And many people other than me are facing the same issue, if i make a request using raw curl (a.k.a not...