You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the opcua client based on the Simple Client example. I am connecting to the node-opcua sample server. When using SecurityPolicy::None and MessageSecurityMode::None, everything is fine. But if I try some secure combination, like SecurityPolicy::Basic256Sha256 and MessageSecurityMode::SignAndEncrypt or MessageSecurityMode::Sign, I get "Received a service fault of BadNonceInvalid for the request". The same node-opcua server is OK with UaExpert or other opcua clients.
When connecting from a rust opcua client to a Node-opcua server, the server will display the message: "SERVER with secure connection: None has already been used".
Please can someone post a working example of a rust client with a secure connection to a node-opcua server?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to use the opcua client based on the Simple Client example. I am connecting to the node-opcua sample server. When using SecurityPolicy::None and MessageSecurityMode::None, everything is fine. But if I try some secure combination, like SecurityPolicy::Basic256Sha256 and MessageSecurityMode::SignAndEncrypt or MessageSecurityMode::Sign, I get "Received a service fault of BadNonceInvalid for the request". The same node-opcua server is OK with UaExpert or other opcua clients.
When connecting from a rust opcua client to a Node-opcua server, the server will display the message: "SERVER with secure connection: None has already been used".
Please can someone post a working example of a rust client with a secure connection to a node-opcua server?
Beta Was this translation helpful? Give feedback.
All reactions