Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hello,
I am experiencing issues while trying to connect to an OPC UA server using KEPServer. Below are the errors I encountered in the logs:
Despite ensuring the server is reachable via ping, the OPC UA client fails to establish a connection. I have also checked for any firewall or network configuration issues, and everything seems to be in order.
Could anyone provide guidance on how to resolve this issue? Any help would be greatly appreciated.
Hello,
An application protocol such as OPC UA provides a particular service and relies on TCP to ensure reliable delivery of its service. Hence I would recommend you to check TCP Socket connectivity first from client PC using this article(https://www.ptc.com/en/support/article/CS293702) as a Prerequisites for validating the network connection.
After that please verify configuration on both server and client side using this article(https://www.ptc.com/en/support/article/CS298913) . I would recommend you to try first with security as "None" before using certificates.