You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseConfigurationError("The config setting `trust` values are {!r}".format(
78
-
[
79
-
TRUST_ALL_CERTIFICATES,
80
-
TRUST_SYSTEM_CA_SIGNED_CERTIFICATES,
81
-
]
82
-
))
83
-
84
-
ifsecurity_typein [SECURITY_TYPE_SELF_SIGNED_CERTIFICATE, SECURITY_TYPE_SECURE] and ("encrypted"inconfig.keys() or"trust"inconfig.keys()):
70
+
ifsecurity_typein [SECURITY_TYPE_SELF_SIGNED_CERTIFICATE, SECURITY_TYPE_SECURE] and ("encrypted"inconfig.keys() or"trusted_certificates"inconfig.keys()):
85
71
fromneo4j.exceptionsimportConfigurationError
86
72
raiseConfigurationError("The config settings 'encrypted' and 'trust' can only be used with the URI schemes {!r}. Use the other URI schemes {!r} for setting encryption settings.".format(
raiseConfigurationError("The config setting `trust` values are {!r}".format(
78
-
[
79
-
TRUST_ALL_CERTIFICATES,
80
-
TRUST_SYSTEM_CA_SIGNED_CERTIFICATES,
81
-
]
82
-
))
83
-
84
-
ifsecurity_typein [SECURITY_TYPE_SELF_SIGNED_CERTIFICATE, SECURITY_TYPE_SECURE] and ("encrypted"inconfig.keys() or"trust"inconfig.keys()):
70
+
ifsecurity_typein [SECURITY_TYPE_SELF_SIGNED_CERTIFICATE, SECURITY_TYPE_SECURE] and ("encrypted"inconfig.keys() or"trusted_certificates"inconfig.keys()):
85
71
fromneo4j.exceptionsimportConfigurationError
86
72
raiseConfigurationError("The config settings 'encrypted' and 'trust' can only be used with the URI schemes {!r}. Use the other URI schemes {!r} for setting encryption settings.".format(
0 commit comments