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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1389,20 +1389,20 @@ Hazelcast allows you to encrypt socket level communication between Hazelcast mem
1389
1389
1390
1390
#### 6.1.2. TLS/SSL for Hazelcast Node.js Clients
1391
1391
1392
-
Hazelcast Node.js clients which support TLS/SSL should have the following user supplied SSL `options` object, to pass to
1393
-
[`tls.connect`](https://nodejs.org/api/tls.html#tls_tls_connect_options_callback) of Node.js:
1392
+
TLS/SSL for the Hazelcast Node.js client can be configured using the `SSLConfig` class. In order to turn it on, `enabled` property of `SSLConfig` should be set to `true`:
`SSLConfig` object takes various SSL options defined in the [Node.js TLS Documentation](https://nodejs.org/api/tls.html#tls_tls_connect_options_callback). You can set your custom options
1404
+
object to `sslConfig.sslOptions`.
1405
+
1406
1406
#### 6.1.3. Mutual Authentication
1407
1407
1408
1408
As explained above, Hazelcast members have key stores used to identify themselves (to other members) and Hazelcast clients have trust stores used to define which members they can trust.
0 commit comments