Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssl fails with invalid certificate even when disabling verification #323

Open
dmikov opened this issue Jan 23, 2019 · 2 comments
Open

ssl fails with invalid certificate even when disabling verification #323

dmikov opened this issue Jan 23, 2019 · 2 comments

Comments

@dmikov
Copy link

dmikov commented Jan 23, 2019

  ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, error) => true;

was set, but Connect still fails with certificate fails validation.

var url = neo4JSettings.ClientUrl;
ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, error) => true;
Client = new GraphClient(url, neo4JSettings.Username, neo4JSettings.Password);
Client.Connect();

@awatertrevi
Copy link

Any update on this?

@cskardon
Copy link
Member

No

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

No branches or pull requests

3 participants