Project

General

Profile

Feature #21775

Updated by Mathias Schreiber over 9 years ago

Please add the following options for the curl configuration: 

 CURLOPT_SSL_VERIFYPEER 
 CURLOPT_CAPATH 

 Both are required to enable t3lib_div::getUrl() with self-signed certs... 


 Patch will follow in a few days... 



 



 http://php.net/manual/en/function.curl-setopt.php 
 
 (issue imported from #M12888)

Back