Curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1

Since cURL 7.28.1 the support for value “1” was removed, so we should use “2” instead. Otherwise I get loads of warnings when looking for real errors user kaltlog.

/opt/kaltura/app/infra/general/KCurlWrapper.class.php
at line 220
Should either use the 2 (default) or be purged at all.

(I’m using a fresh install of Centos 7 and kaltura 11.16)