I'm trying to enable zendcoder for HTML5 support and get this error:
cURL connection error (60): SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Please advise
Comments
Comment #1
hypertext200It seems you have SSL varification fail on CURL. Go to video/plugin/video_zencoder/includes/ and open the Zencoder.php and go to line 204 and change
to
Comment #3
hcabalic commentedRe-opening this because I am having the same problem, however I'm unable to fix this using the solution above.
The error I'm getting:
Seems like I have a different version of the Zencoder.php file, here are lines 199-220:
Comment #4
hypertext200Please search for
and change TRUE to FLASE
Comment #5
hcabalic commentedthat does not exist in this file, the closest thing to it is at line 203, which is:
Comment #6
leeyuiwah commentedI had the same problem. I have to ADD the line (as the line was not there originally; my files are from 6.x-4.2-beta released on Jan 27, 2011) and then the problem went away.
This fix, however, is not secured. C.f. a discussion about this type or error and its fix on http://bit.ly/fWd8QC
Comment #8
revu commentedChange 1 to 0 on line 181:5
CURLOPT_SSL_VERIFYPEER => 0,Comment #9
kalani96746 commentedThanks Revu.
Just a note for others this file located at /modules/video/libraries/zencoder-php/Zencoder.php...its still line 181. CURLOPT_SSL_VERIFYPEER => 0
Comment #10
alexymik commentedIf anyone is having this issue still, in the new versions the fix is the same but in a different place: