Hi everyone,
We have successfully configured LDAPS communication when using a Windows server as the LDAP server. However, we are struggling to establish communication between a Linux-based LDAPS server and our PLC PPC80.
Setup:
Linux Server: Ubuntu 24.04 running a 389 LDAPS server
The server seems to function properly , as we can authenticate against it using other applications with the same base64 encoded certificates .
The User Location DN is correctly set up.
What we’ve tested:
On the PLC PPC80 side, we verified connectivity using the IcmpPing()
function, confirming the server is reachable by both IP address and DN .
This suggests that the HOST configuration on the PLC side is correct.
Problem:
Despite confirming connectivity, communication between the PLC PPC80 and the Linux-based LDAPS server still fails. We haven’t been able to identify the root cause.
Question:
Are there any proven procedures, projects, or configurations that we can follow to resolve this issue?
Any advice or troubleshooting steps would be greatly appreciated!
Thanks in advance for your help!