Replies: 1 comment
-
Can I somehow disable the Validate certificate (ldap) option on the semaphore container ????? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have a semaphore container running through docker compose
I configured ldap on port 389 and everything works (but my organization does not agree to this type of connection), I switched to port 636 and it doesn't work (I checked with true and false set in the "ldap_needtls" property), the message I receive is:
"unable to read LDAP response packet: read tcp semaphore_container_ip:38032->ldap_ip:636: read: connection reset by peer"
and there are no logs from the communication attempt on the ldap server (but they were there, when I connected via port 389)
I suspect that I need to add a trusted ca cert to the semaphore container, but after mounting it to the "etc/ssl/certs" path, nothing helped (I copied it from the server and it is correct). openssl , update-ca-trust extract , ldapsearchl or dapwhoami commands do not work on the container.
Installing anything on this container is also not possible because only the shell is available: "busybox sh", but within it you do not have permission to install something ( "apk add openssl" ).
I am asking for help urgently
Beta Was this translation helpful? Give feedback.
All reactions