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

Deprecate TRUST_SIGNED_CERTIFICATES #218

Merged
merged 1 commit into from
Sep 8, 2016

Conversation

pontusmelke
Copy link
Contributor

TRUST_SIGNED_CERTIFICATES is behaving differently on different platforms. In
order to clean this up we deprecate it and replace with

  • TRUST_SYSTEM_CA_SIGNED_CERTIFICATES which trusts the system defaults on the
    platform
  • TRUST_CUSTOM_CA_SIGNED_CERTIFICATES which trusts a particular root
    certificate (can be a self-signed certificate for example)

`TRUST_SIGNED_CERTIFICATES` is behaving differently on different platforms. In
order to clean this up we deprecate it and replace with

- `TRUST_SYSTEM_CA_SIGNED_CERTIFICATES` which trusts the system defaults on the
platform

- `TRUST_CUSTOM_CA_SIGNED_CERTIFICATES` which trusts a particular root
certificate (can be a self-signed certificate for example)
@zhenlineo
Copy link
Contributor

+1

@pontusmelke pontusmelke merged commit e2e4574 into neo4j:1.0 Sep 8, 2016
@pontusmelke pontusmelke deleted the 1.0-cleanup-tls-opts branch September 8, 2016 09:24
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

Successfully merging this pull request may close these issues.

2 participants