I often have to deal with LDAP servers whose certificates are not trusted by my app. So I built an extension method on the configuration that allows to set the VerifyServerCertificate on LdapConnection.SessionOptions to accept all certificates.
Any chance you'd consider mainlining that? You can see the change in my fork
I often have to deal with LDAP servers whose certificates are not trusted by my app. So I built an extension method on the configuration that allows to set the VerifyServerCertificate on LdapConnection.SessionOptions to accept all certificates.
Any chance you'd consider mainlining that? You can see the change in my fork