我有一个cassandra集群,该集群基于以下参数要求双向TLS:
client_encryption_options:
enabled: true
require_client_auth: true
我还设置了密钥库和信任库及其密码。我可以从客户端计算机连接cqlsh。
我正在尝试配置基于janusgraph的应用程序以连接到此集群,但是我看不到要使用哪个janusgraph配置选项。我正在查看https://docs.janusgraph.org/0.2.0/config-ref.html#_storage_cassandra_ssl_truststore,并且已经设置了所有三个storage.cassandra.ssl.*
属性,但这仅给我单向TLS(如果require_client_auth
为假,则可以使用)。还有其他设置吗?janusgraph不支持此设置吗?