sparse-ghost-91718
02/13/2025, 5:03 PM"[ERROR] API error response 500 for POST /v3-public/openLdapProviders/openldap?action=login. Cause: Error creating SSL connection: LDAP Result Code 200 'Network Error': dial tcp: lookup ldapservername.domain: i/o timeout"
To troubleshoot, I ran a tcpdump while the login request was sent and the response was received, confirming that DNS resolution is working. Additionally, I tested connectivity using netcat to port 636/389 on the LDAP server, which was successful.
Despite this, the error persists in the Rancher pod. Any insights or suggestions for resolving this issue would be greatly appreciated. Thanks!bland-article-62755
02/13/2025, 5:22 PMnslookup ldapservername.domain
or host ldapservername.domain
?bland-article-62755
02/13/2025, 5:23 PMsparse-ghost-91718
02/13/2025, 5:52 PMbash-4.4# dpkg
bash: dpkg: command not found
bash-4.4# nslookup
bash: nslookup: command not found
bash-4.4# host
bash: host: command not found
bash-4.4# apt
bash: apt: command not found
bash-4.4#
bland-article-62755
02/13/2025, 5:53 PMping
?sparse-ghost-91718
02/13/2025, 5:54 PMbash-4.4# ping
bash: ping: command not found
bland-article-62755
02/13/2025, 5:56 PMbland-article-62755
02/13/2025, 5:56 PMsparse-ghost-91718
02/13/2025, 5:57 PMbland-article-62755
02/13/2025, 5:58 PMbland-article-62755
02/13/2025, 5:59 PMsparse-ghost-91718
02/13/2025, 7:54 PMbland-article-62755
02/13/2025, 10:35 PMsparse-ghost-91718
02/14/2025, 1:12 AM