Mantis - Quercus
Viewing Issue Advanced Details
4060 major always 06-01-10 15:38 07-09-10 17:48
copart  
 
normal  
new 3.1.10  
open  
none    
none  
0004060: Using quercus' curl module, CURLOPT_SSL_VERIFYPEER false does not work
Code is:
    $ch = curl_init();
    curl_setopt ($ch, CURLOPT_URL, $url);
    curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 2);
...
but the result is
 sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

If the ability to not verify an SSL cert available?

There are no notes attached to this issue.