Hello,
we use the UnifiedAutomation .Net client to connect to the B&R X20CP0484 OPC UA server.
After updating of the client to version 4.1.0 it throws the exception “Mismatch of Endpoints returned by GetEndpoints and CreateSession” during the connection.
The workaround is to disable the check on the client side, and reduce the security of the communication. See https://forum.unified-automation.com/viewtopic.php?f=38&p=14511
Session.DisableEndpointValidation = true;
Any thoughts on how to solve the original problem on the OPC UA server side?
AR used: K4.93. The release notes for the L & M versions available today do not list this issue.
Thanks!
Pavel