我用ldap开发弹簧。我正在使用Apache Directory Studio进行ldap。 ldap运行正常。我执行了以下步骤来使用ldaps
之后,将ldap URL更改为ldaps
<bean id="contextSource" class="org.springframework.security.ldap.DefaultSpringSecurityContextSource">
<constructor-arg value="ldaps://localhost:10636/o=company"/>
</bean>
尝试登录时遇到错误
org.springframework.security.authentication.InternalAuthenticationServiceException:简单绑定失败:localhost:10636;嵌套异常是javax.naming.CommunicationException:简单绑定失败:localhost:10636 [root异常是javax.net.ssl.SSLException:收到致命警报:意外消息]
这是新知识。我不知道我在想什么
Pl。帮我解决这个问题
预先感谢