jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
532 stars 137 forks source link

HTTPS missing certificate #171

Closed grovina closed 6 months ago

grovina commented 9 years ago

CURL requests are not specifying SSL certificates and thus fails to connect.

Parameter $options[CURLOPT_CAINFO] should be specified in Everyman\Neo4j\Transport\Curl.php, function makeRequest.

(see http://stackoverflow.com/questions/28897665/graphstory-and-neo4jphp)