Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004060 [Quercus] major always 06-01-10 15:38 07-09-10 17:48
Reporter copart View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version 3.1.10
Summary 0004060: Using quercus' curl module, CURLOPT_SSL_VERIFYPEER false does not work
Description 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?
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
06-01-10 15:38 copart New Issue
07-09-10 17:48 ferg Project Resin => Quercus


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker