Ldaps error using internal certificate authority

Hi all,

I’m try to connect to an Active directory to authenticate users.
When I use ldap(port 389) connexion, it work.
But When I try to use ldaps, I have those error in the ferrumgate log :

2024-12-09T13:52:12.669] [ERROR] default - UNABLE_TO_GET_ISSUER_CERT_LOCALLY->Error: unable to get local issuer certificate at TLSSocket.onConnectSecure (node:_tls_wrap:1674:34) at TLSSocket.emit (node:events:518:28) at TLSSocket._finishInit (node:_tls_wrap:1085:8) at ssl.onhandshakedone (node:_tls_wrap:871:12)

My ldap server use an internal cert authority

Thanks,

Hi there,
there is an option to load certificates. you can load your cert chain pems , or load any pem and try verify option. Please try this option

Thanks, it works now

Vincent