github.com/cs3org/reva/v2@v2.27.7/changelog/1.14.0_2021-10-12/ldap-tls-insecure.md (about) 1 Enhancement: Safer defaults for TLS verification on LDAP connections 2 3 The LDAP client connections were hardcoded to ignore certificate validation 4 errors. Now verification is enabled by default and a new config parameter 'insecure' 5 is introduced to override that default. It is also possible to add trusted Certificates 6 by using the new 'cacert' config paramter. 7 8 https://github.com/cs3org/reva/pull/2053