When LDAPS(636) call made to external forest domain Active Directory, the connection is getting failed and the below error message has been logged in the event viewer log.
"The certificate received from the remote server was issued by an untrusted certificate authority."
We have 2 untrusted forests, Forest-A and Forest-B, both the forests have it's own CA servers and during LDAPS call from Forest-A to Forest-B, certificates are involved, hence the call is failing with the error message.
In my understanding, I need to share the same certificate between the untrusted forests to make LDAPS calls, please correct me if I am wrong.
I found out that we have to implement "cross-forest certificate enrollment" in order to achieve the LDAPS communication between the Untrusted External Forest Domains. Is that correct?
Please suggest me, how should I make LDAPS(636) call to Untrusted External Forest Domains Active Directory. (I still want to keep the forests untrusted)
I am implementing this using .net framework.
Thanks in advance.