DseClusterBuilderWithSSL Method |
Enables the use of SSL for the created Cluster. Calling this method will use default SSL options.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.3.0
Syntax Remarks
If SSL is enabled, the driver will not connect to any
Cassandra nodes that doesn't have SSL enabled and it is strongly
advised to enable SSL on every Cassandra node if you plan on using
SSL in the driver. Note that SSL certificate common name(CN) on Cassandra node must match Cassandra node hostname.
See Also