Security Examples

Questions regarding the use of the ANSI C SDK for Server or Client development or integration into customer products ...

Moderator: uasdkc

Post Reply
ozen.ozkaya
Jr. Member
Jr. Member
Posts: 2
Joined: 23 Oct 2014, 12:19

Security Examples

Post by ozen.ozkaya »

Hello,

I tried to run the reference security lesson examples but I am facing with errors like in the attached console output.
In the server side I am facing with 'BadSecurityChecksFailed'. I am accepting the certificates and there is no certificate in the rejected folder but I'm still seeing the error.
How can I overcome these errors?

Best regards,

User avatar
Support Team
Hero Member
Hero Member
Posts: 3068
Joined: 18 Mar 2011, 15:09

Re: Security Examples

Post by Support Team »

Hello,

We need more information of this problem.
For now, you could check the times of the involved computers and of the certificates.
Please increase the trace level

Code: Select all

a_pProxyStubConfiguration->uProxyStub_Trace_Level = OPCUA_TRACE_OUTPUT_LEVEL_ALL;
and have a look at the output.

Best regards
Support Team

Post Reply