Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Graph Connection Error via HTTPS Self Signed Certificates #82

Open
Mtmmmmm opened this issue Feb 14, 2019 · 0 comments
Open

Graph Connection Error via HTTPS Self Signed Certificates #82

Mtmmmmm opened this issue Feb 14, 2019 · 0 comments

Comments

@Mtmmmmm
Copy link

Mtmmmmm commented Feb 14, 2019

In RStudio, I got the error below when connecting R with Neo4j vis HTTPS protocol

graph = startGraph("https://xx.xxx.xxx.xx:7473/db/data/", username = "xxx", password = "xxx")
Error in curl::curl_fetch_memory(url, handle = handle) :
schannel: next InitializeSecurityContext failed: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain was issued by an authority that is not trusted.

Same issue was raised back in 2015 (#21) and it seems like Nicole addressed it by specifying: ssl_verifypeer = 0. Basically, Nicole set an option that skips verifying the SSL certificate.

I am wondering if same issue as in 2015 surfaced again or I missed anything?

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant