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
|`SSL.None`|`JVM/JS/Native`|`ldbc will not request SSL. This is the default.`|
170
+
|`SSL.Trusted`|`JVM/JS/Native`|`Connect via SSL and trust all certificates.``Use this if you're running with a self-signed certificate, for instance.`|
171
+
|`SSL.System`|`JVM/JS/Native`|`Connect via SSL and use the system default SSLContext to verify certificates.``Use this if you're running with a CA-signed certificate.`|
172
+
|`SSL.fromSSLContext(…)`|`JVM`|`Connect via SSL using an existing SSLContext.`|
173
+
|`SSL.fromKeyStoreFile(…)`|`JVM`|`Connect via SSL using a specified keystore file.`|
174
+
|`SSL.fromKeyStoreResource(…)`|`JVM`|`Connect via SSL using a specified keystore classpath resource.`|
175
+
|`SSL.fromKeyStore(…)`|`JVM`|`Connect via SSL using an existing Keystore.`|
176
+
|`SSL.fromSecureContext(...)`|`JS`|`Connect via SSL using an existing SecureContext.`|
177
+
|`SSL.fromS2nConfig(...)`|`Native`|`Connect via SSL using an existing S2nConfig.`|
0 commit comments