New security policy #1025
-
Hi, I am wondering if it possible to add a new security policy. "Aes128-Sha256-RsaOaep" |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 13 replies
-
sure OPC UA Spec. expects that algorithm expire after some time and should be replaced! would look similar to: |
Beta Was this translation helpful? Give feedback.
-
Hello, Also whether the client code (with Username & Password authentication) will be suitable to connect any other 3rd party OPC UA Server, which is already being secured with Username and Password ? |
Beta Was this translation helpful? Give feedback.
-
Hello @AndreasHeine, client.set_user("user1") Will the above client code work for any 3rd party OPC UA Server connection? |
Beta Was this translation helpful? Give feedback.
-
Hello @AndreasHeine, I have added the Code below in my Server Component...
When I execute the server component, I get the following error........ |
Beta Was this translation helpful? Give feedback.
-
Hello @AndreasHeine, I added the following code in my Server component...
NOW MY CLIENT COMPONENT IS AS FOLLOWS ...
WHEN I TRY TO EXECUTE THE CLIENT COMPONENT, I GET THE FOLLOWING ERROR... I am here 1 COULD YOU PLEASE HELP ?? |
Beta Was this translation helpful? Give feedback.
-
Hello @schroeder OK, SO I ALSO SEND THE ERROR LOGS FROM THE SERVER COMPONENT AS FOLLOWS... 18-10-2022 11:18:49.684324 >> I: 40 362 44 18-10-2022 11:18:49.684324 0 0 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
sure OPC UA Spec. expects that algorithm expire after some time and should be replaced!
see:
https://reference.opcfoundation.org/v104/Core/docs/Part7/6.6.164/
would look similar to:
https://github.com/FreeOpcUa/opcua-asyncio/blob/master/asyncua/crypto/security_policies.py#L608
but with: