Replies: 1 comment 3 replies
-
Did you leave the discovery endpoint in place? If so, you would need to make sure in UaExpert you are using the "Custom Discovery" option and then point it at the discovery endpoint URL and not the session endpoint URL. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I would like to disable the unencrypted access to my OPC server, so the clients would have to use the Basic256Sha256 policy. When I try to remove the noSecurityBuilder (ExampleServer.java:202) from the server example, I get this error, even when I configure the security policy on the client:
no matching endpoint found: transportProfile=TCP_UASC_UABINARY, endpointUrl=opc.tcp://localhost:12686/milo, securityPolicy=None, securityMode=None
Is there something that I also need to do? Is this even possible? I am using UaExpert as a client.
Thank you for the response.
Beta Was this translation helpful? Give feedback.
All reactions