Secure channel and renewal clarification #764
RakshanPremsagar
started this conversation in
General
Replies: 1 comment
-
The renewal should only occur at 75% the negotiated channel lifetime. It might be interesting to capture this on Wireshark and see what's happening as well. I'm not sure how much more help I can be, though, since I'm not very familiar with the Open62541 stack or codebase. The duplicate "periodical register" messages happening within the same ~1s do seem wrong to me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Kevin,
Question is regarding the secure channel requirement for the registration of the OPC UA server with the discovery server. From the spec, I understand that for a registration, a secure channel has to be established. Also, a secure channel has to be having a security token
To have the registration, the client opens a secure channel. I have configured to have a channel time of 10 mins and also token lifetime to be 10mins. The server registers to the LDS every 5 mins.
Now what i observe is that, sometimes the secure channel gets renewed with revised lifetime more than 2 times, and sometimes just once.Is this renewal dependent on anything specific. I believe it should depend on the token lifetime which specification says starts to claim a new one upon 75% of its completion time. If that is the case, should it not continue with the same secure channel throughout revising itself?
Well, I have observations wrt to the open62541 stack. However, this I believe is more of OPC UA than the stack
Beta Was this translation helpful? Give feedback.
All reactions