I'm trying to connect Jenkins to a LDAP server. I set the configuration on Jenkins, but i get his message:
Unable to connect to ldaps://ldap.my.server.com : javax.naming.CommunicationException: simple bind failed: ldap.my.server.com:636 [Root exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]
I know is because my SSL cert is self signed, but, is there any way that i can just ignore this in jenkins?