Hi Everyone,
I am New to CTT tool, I am running OPC UA server(open62541) and Using CTT tool to connect to it , below are things which I found during my experimentation:
1. On the project settings tab I am able to do open Browse and also I am able to see the objects created by me. (hence Iam assuming, Iam able to establish connection with the server).
2. In CTT settings tab only I set both message security mode and requested security policy Uri as None.
3. Iam trying to run companion spec (OPC UA FX) , in this iam trying to execute UAFX Asset Connector Id, But iam failing at beforeTest.js itself with errors as Ceritificate does not have a security policy Uri defined.
Below is the error:
Warning:
GetEndpoints.Response.Endpoints[0].UserIdentityTokens[1].Certificate does not have a security policy Uri defined, the secure channel doesn’t either
Error:
Part 4 section 7.36.4 states “the server should specify a security policy for the user token policy if the secure channel has security policy of none”
can someone pls guide me how to resolve this issue, if some changes need to be done on server side then where to do those changes in open62541.
Thanks in advance
Regards,
Rahil
--
You received this message because you are subscribed to the Google Groups "open62541" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open62541+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/open62541/ae5b1983-c807-4cad-befe-3e589abe43d4n%40googlegroups.com.
hi Robert,Below is the code for setting up basic server:
UA_Server *server = UA_Server_new();
UA_ServerConfig_setDefault(UA_Server_getConfig(server));
Iam not calling UA_ServerConfig_setDefaultWithSecurityPolicies().
Can you please validate where I am going wrong?
Regards,Rahil
To view this discussion visit https://groups.google.com/d/msgid/open62541/f658388d-6a30-4582-9e87-24c1c0fc37b8%40linuxdevelopment.de.