Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [Ooyala] plugin error
    Guiovanny

    (@guiovanny)

    Hello,

    I did changed curl options within ooyala-video-browser/OoyalaApi.php file

    Before
    ‘curlOptions’ => array(CURLOPT_SSL_VERIFYPEER => false)));
    After
    ‘curlOptions’ => array(CURLOPT_SSL_VERIFYPEER => false,CURLOPT_SSL_VERIFYHOST => false)));

    Best Regards

Viewing 1 replies (of 1 total)