[redland-dev] [Redland librdf RDF API 0000469]: Allow rapper to bypass server SSL certs checks in libcurl
Mantis Bug Tracker
mantis-bug-sender at librdf.org
Fri Aug 26 16:47:14 CEST 2011
The following issue has been SUBMITTED.
======================================================================
http://bugs.librdf.org/mantis/view.php?id=469
======================================================================
Reported By: Olivier Berger
Assigned To:
======================================================================
Project: Redland librdf RDF API
Issue ID: 469
Category: utilities
Reproducibility: always
Severity: feature
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-08-26 14:47
Last Modified: 2011-08-26 14:47
======================================================================
Summary: Allow rapper to bypass server SSL certs checks in
libcurl
Description:
rapper, when using libcurl, will refuse to parse contents located on a server
whose SSL cert cannot be verified by libcurl :
rapper: Error - URI https://... - Resolving URI failed: server certificate
verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
It would be great to have an option similar to curl's -k command line flag to
disable such checks.
This would be implemented in raptor_www_curl.c by adding a :
curl_easy_setopt(www->curl_handle, CURLOPT_SSL_VERIFYPEER, 0);
Hope this helps
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-08-26 14:47 Olivier Berger New Issue
======================================================================
More information about the redland-dev
mailing list