Connect active directory with the support of ssl (ldaps)

前提是你 提交于 2019-12-04 17:44:18

I had a similar issue after my AD domain was renamed. After reinstalling certificate services, you need to delete and re-issue the certificate issued to your Domain Controller. Steps:

  1. Open MMC
  2. Add Snap In > Certificates > Computer > Local Computer
  3. Navigate to Personal > Certificates
  4. Delete any old certificates issued to this machine (in my case, these were issued by the old CA)
  5. Right click on Certificates folder, click Request New Certificate.
  6. Follow the steps to issue the new certificate to your domain controller.
  7. Restart (not sure if this is necessary, but I restarted before it worked)

I had the same error message using Atlassian Crowd and Active Directory over SSL. It is not applicable to this specific question, but when I tried to find out what was happening this thread was the first Google search hit, so I will write it down here.

In my case I first tested without SSL and then changed to SSL. Turns out I forgot to change the protocol used in the Crowd Connector settings.

Before: ldap://:389 After: ldaps://:636

Accidentally using ldap://:636 gave me the "Connection reset" error.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!