为什么在apachedirectoryStudio中使用startTLS连接进行身份验证失败



工作环境:岩石linux 8.5(vm(上的openldap

问题:我在rocky-linuxvm上安装了openldap,并使用openssl颁发了自签名证书。(我遵循的安装指南在这里(

我用下面的命令在rocky-linux上测试了startTLS连接,它运行得很好。

ldapsearch -x -w (password) -H ldap:/// -D cn=admin,dc=ldapmaster,dc=xxxxx,dc=com 
-b dc=ldapmaster,dc=xxxxx,dc=com -ZZ

但是,当我尝试与Apache directory studio建立连接时,它在身份验证阶段失败,并显示以下错误消息:

ERR_04169_RESPONSE_QUEUE_EMPTIED The response queue has been emptied, no response was found.

网络参数检查没有问题。我不明白为什么我的连接选项在rocky-linuxvm中有效,而在ApacheDS中无效。

任何帮助都将不胜感激!

这是Apache Directory Studio使用的Java LDAP库中的一个错误。要么等待下一个DirStudio版本(我相信这个问题已经在Git/Svn中修复(,要么暂时禁用LDAP服务器中的TLSv1.3支持。


(注意:Apache Directory Studio不是ApacheDS,而是LDAP服务器。(

相关内容

  • 没有找到相关文章

最新更新