You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run a neo4j_api$new command to create a connection with a Neo4J database. The protocol for the url is neo4j+s. When attempting con$ping() (con being the object where I execute the neo4j_api$new function with the relevant parameters), I get the 403 implying a failed connection. When I run something like con$getversion() error:
Error: Protocol "neo4j+s" not supported or disabled in lib curl
I haven't been able to find a solution online as all tutorials use https links for the URL parameter: however for the cloud due to security reasons, they only provide a neo4j+s linkage for the database I'm trying to access.
Can anyone provide any help on how to access this or modify libcurl such that it allows neo4j+s protocols?
The text was updated successfully, but these errors were encountered:
This post was a while ago, but if it's still helpful: I have an instance with SSL, with the browser I connect with "neo4j+s" but in R I replace it with "https" and everything works.
Hi guys,
I am trying to run a neo4j_api$new command to create a connection with a Neo4J database. The protocol for the url is neo4j+s. When attempting con$ping() (con being the object where I execute the neo4j_api$new function with the relevant parameters), I get the 403 implying a failed connection. When I run something like con$getversion() error:
Error: Protocol "neo4j+s" not supported or disabled in lib curl
I haven't been able to find a solution online as all tutorials use https links for the URL parameter: however for the cloud due to security reasons, they only provide a neo4j+s linkage for the database I'm trying to access.
Can anyone provide any help on how to access this or modify libcurl such that it allows neo4j+s protocols?
The text was updated successfully, but these errors were encountered: