SSL error #229
Unanswered
vascoferraz
asked this question in
Q&A
SSL error
#229
Replies: 3 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi again everyone. I have good and bad news. The good news is that the TLS error thrown by the
The bad news is that the error in the phpLDAPadmin GUI is still present. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hy everyone.
I am using the following helm chart (https://artifacthub.io/packages/helm/cetic/phpldapadmin) to deploy a phpLDAPadmin instance. The latest application version that this helm chart supports is the
1.2.5
.If I enter the LDAP pod (not the phpLDAPadmin pod) I can list all users using the the non-secure and the secure LDAP server.
The command that I use for the TLS server is this one:
ldapsearch -LLL -x -Z -H ldaps://ldap.confluent.svc.cluster.local:636 -b 'dc=test,dc=com' -D "cn=mds,dc=test,dc=com" -w 'Developer!' -d 2
Now, on the phpLDAPadmin interface, I can login using the non-secure LDAP server but when I login using the secure server I get this error message (even though I am getting this SSL error, I can in fact log in).
Beta Was this translation helpful? Give feedback.
All reactions