Skip to content

Deprecate TRUST_SIGNED_CERTIFICATES #124

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

Merged
merged 2 commits into from
Sep 5, 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)

@oskarhane
Copy link
Member

lgtm but I cannot merge since github says it has conflicts.

TRUST_SIGNED_CERTIFICATES does different things on different
platforms. It has now been deprecated and user should use
TRUST_CUSTOM_CA_SIGNED_CERTIFICATES instead.
@oskarhane oskarhane merged commit b4da125 into neo4j:1.0 Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants