sslTrustStrategy

Default Value Data Type Required

TRUST_SYSTEM_CA_SIGNED_CERTIFICATES

String

No

Description

This property specifies what certificates the connector trusts when connecting to a Neo4j data store with SSL enabled.

  • TRUST_ALL_CERTIFICATES: The connector trusts all certificates.
  • TRUST_CUSTOM_CA_SIGNED_CERTIFICATES: The connector only trusts certificates that have been signed by a trusted authority and are stored in the path specified by sslCustomCertPath.
  • TRUST_SYSTEM_CA_SIGNED_CERTIFICATES: The connector uses the system trust store certificates.