如何为Apache Cassandra集群的安全客户端连接选择不同版本的TLS。群集运行的是Cassandra 4.0版。客户端应用程序正在使用C#的Datastax驱动程序。我的集群构建器代码看起来像这样(我已经清理了真实的用户、密码、IP等):
Cluster.Builder().WithCredentials("keyspaceUser", "keyspacePassword") .AddContactPoints("127.0.0.1, 128.0.0.1, 129.0.0.1") .WithSSL(new SSLOptions() .SetCertificateCollection(new X509Certificate2Collection new X509Certificate2(certPath, "certificatePassword")