Forums
(@ryansain)
9 years, 3 months ago
Solved my own problem:
Neeeded to set the following properly in /etc/php5/fpm/php.ini:
; A default value for the CURLOPT_CAINFO option. This is required to be an ; absolute path. curl.cainfo = "/etc/nginx/ssl/NAME.OF.CRTorPEM.FILE"
Thank you all!