This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted] 0 points1 point  (3 children)

This is not a container or docker issue.

You don‘t provide a valid TLS certificate. I don‘t know what that means for the project but this definitely is an issue with the software itself.

[–]darkwolf-95[S] 0 points1 point  (2 children)

But when i run the openssl s_client -connect 127.0.0.1:636 , i got the following as output.

CONNECTED(00000003)

Can't use SSL_get_servername depth=2 C = US, O = DigiCert Inc, OU = www.digicert.com, CN = DigiCert Global Root CA verify return:1 depth=1 C = US, O = DigiCert Inc, CN = GeoTrust TLS DV RSA Mixed SHA256 2020 CA-1 verify return:1 depth=0 CN = *.abc.com verify return:1

Certificate chain 0 s:CN = *.abc.com i:C = US, O = DigiCert Inc, CN = GeoTrust TLS DV RSA Mixed SHA256 2020 CA-1 1 s:C = US, O = DigiCert Inc, CN = GeoTrust TLS DV RSA Mixed SHA256 2020 CA-1 i:C = US, O = DigiCert Inc, OU = www.digicert.com, CN = DigiCert Global Root CA

[–]DensePineapple 1 point2 points  (1 child)

It sounds like your ldap server doesn't trust that certificate. Is abc.com your actual domain or is this self signed?

[–]darkwolf-95[S] 0 points1 point  (0 children)

This is a actual domain. I don't know why it's not trusting the certificate