Gandi Wiki


Questions

Notes: For scripts using curl using ssl like backup_migrate with S3 class: The curl CA certs are old, you might get error 60:

error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Until Gandi updates the curl certs, use this fix:

1) Fetch latest Mozilla CA certs: http://curl.haxx.se/docs/caextract.html

2) Upload under htdocs.

3) Edit S3.php, under line 1223, add

curl_setopt($curl, CURLOPT_CAINFO, getcwd() . '/mozilla-cacert.pem');

Questions

No question on this page and its children.

RSS feed for questions matching this filter (Help)

Last modified: 27 Jan 2012 at 12:54 by Nitish D.