Closed grovina closed 6 months 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.
$options[CURLOPT_CAINFO]
makeRequest
(see http://stackoverflow.com/questions/28897665/graphstory-and-neo4jphp)
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, functionmakeRequest
.(see http://stackoverflow.com/questions/28897665/graphstory-and-neo4jphp)