02-06-2024 03:27 AM - edited 02-09-2024 12:38 PM
Hello everyone,
I'm trying to configure ldaps authentication On Cisco WSA, but I'm getting the issue attach
can you help me solve this issue.
Solved! Go to Solution.
07-18-2024 01:05 AM
Hello,
this issue was related to this bug : https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwj13235
the workaround was to create a static route in Management for accessing AD and pointing to Data's Gateway .
Finally, I was able to integrate the WSA with LDAP Servers .
02-06-2024 05:51 AM
Hello ezzaariyouness,
I can see you chose LDAPS, and it appears that the connections is failing due to a TLS handshake. ("Invalid/Expired" Certificate)
You may need to verify connectivity between your LDAP servers and the WSA and ensure that all certificates are valid for LDAPS.
Hope this helps.
Kind regards,
Konstantinos
02-06-2024 06:00 AM
Thank You for your reply.
How can I check certificate for LDAPS ? I have the Root certificate from Ca Imported to WSA.
Is there any configuration related to the Certificate I have to do.
02-06-2024 06:18 AM
02-06-2024 06:25 AM
The system administrator told me the certificate is already on the LDAP Server.
02-06-2024 06:58 AM
02-08-2024 03:17 AM - edited 02-09-2024 12:38 PM
I try this command openssl s_client -showcerts -connect :636 on the wsa and here the output
I also attached the packet capture for the communication between the WSA and the LDAP.
02-08-2024 04:07 AM
the dest is missing in your command, try:
openssl s_client -showcerts -connect 10.147.32.52:636
02-08-2024 05:21 AM - edited 02-09-2024 12:37 PM
yes I tired and got this
02-08-2024 06:02 AM
this means connection timeout, a TCP session cannot be established. First check routing (also if you're using the right WSA interface (Mgmt/Data)) and then the firewall - if you see any block/drop and something in the log
02-08-2024 06:09 AM - edited 02-09-2024 12:38 PM
I'm able to ping the LDAP server and there is no FW in path, the WSA and the LDAP in the same subnet.
Attached the capture file for this communication.
02-08-2024 07:15 AM
the openssl command shows timeout, the tcpdump shows that the connection established. Do you have several interfaces?
Have you uploaded the CA cert of the LDAP machine on WSA?
02-08-2024 08:30 AM - edited 02-09-2024 12:38 PM
Yes, I have several interfaces as below :
As you can see, I can ping the LDAP server.
02-08-2024 08:55 AM
but the LDAP host 10.147.32.52 is not in the network 10.147.32.5/27 (10.147.32.1-10.147.32.30)
try other interfaces or capture the traffic during you do openssl command or/and UI test, then check with Wireshark
02-08-2024 06:37 AM
You can also just download openssl for whichever OS you're running and check your DC from there.
Here's where you can find the latest builds: https://wiki.openssl.org/index.php/Binaries
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide