Java和C#客户端无法使用安全的DataStax Enterprise 3.1服务器进行身份验证
本文关键字:Enterprise DataStax 服务器 身份验证 安全 客户端 Java | 更新日期: 2023-09-27 18:29:46
在DSE 3.1中启用特定于DSE的身份验证时,Java客户端和c#无法连接。
原始职位:http://www.datastax.com/support-forums/topic/binary-protocol-with-internal-authentication-does-not-work-in-311-1
DSE 3.1包括来自cql协议v2的一些安全后台端口,这些端口将包含在Cassandra 2.0中。它们用更健壮的&基于SASL的可扩展机制。
出于这个原因,DataStax创建了DSE特定版本的开源java&支持此身份验证的c#驱动程序。c#驱动程序仍处于测试阶段,但完整的源代码可在此处获得:https://github.com/datastax/csharp-driver并且在该分支中可以找到支持带身份验证的DSE 3.1的版本https://github.com/datastax/csharp-driver/tree/dse_3.1
您可以在上找到合适的Java驱动程序https://github.com/datastax/java-driver/tree/dse_3.1