sslTrustStrategy
Default Value | Data Type | Required |
---|---|---|
|
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 bysslCustomCertPath
.TRUST_SYSTEM_CA_SIGNED_CERTIFICATES
: The connector uses the system trust store certificates.