Closed JuergenKosel closed 7 years ago
The Service_fault information is thrown as C# Exceptions throughout the stack, and this test client sample simply catches it and prints it for informational purposes, waits for the user to press a key and then exits. So it hasn't crashed even though the trace above looks "bad". It might be a better cli experience to just print the exception messages, and omit the stack traces.
Changed behavior in 1.0.3 to only print error, not stack traces.
Hello,
OPC UA sample client crashes, if server does not trust client certificate:
If the client certificate is moved into the trusted folder of the server, the client can connect (without crash).