Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • filmlover Friend
    #185857

    I can’t get this to work – please help! Update S3 File List hangs and doesn’t complete and upload not working.

    Thanh Nguyen Viet Friend
    #486830

    Hello Filmlover,

    That is a SSL certificate issue, to resolve this issue, I have replaced below code in the file
    administrator/components/com_jaamazons3/lib/cloudfusion.2.6/lib/requestcore/requestcore.class.php

    [PHP]curl_setopt($curl_handle, CURLOPT_SSL_VERIFYHOST, true);
    curl_setopt($curl_handle, CURLOPT_CAINFO, dirname(__FILE__) . ‘/cacert.pem’); // chmod the file as 0755[/PHP]

    With:

    [PHP]curl_setopt($curl_handle, CURLOPT_SSL_VERIFYHOST, false);
    //curl_setopt($curl_handle, CURLOPT_CAINFO, dirname(__FILE__) . ‘/cacert.pem’); // chmod the file as 0755[/PHP]

    Everything works properly now, please have a look

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum