Replies: 1 comment
-
Yes, this library is no longer developed, all development efforts are now here: https://github.com/FreeOpcUa/opcua-asyncio |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I have done an OPC UA Server by python library (opcua 0.98.13).
By the client (UaExpert V1.5.1.1331) I can connect at server without problem.
So, I added "Security Policy" and "Authentication".
"Security Policy" works fine.
From client is request use "Security Policy=Basic256Sha256", instead with "Security Policy=None" is no longer possible. All's good.
Unfortunately "Authentication" not work fine.
If I set the client with "Authentication=Username" the server ask correctly my password, but if I set in the client "Authentication=Anonymous" still I can got access at server without any Username/Password!!
From some older discussion (#782 - #774) I seem to understand that this functionality is not implemented. Or am I doing something wrong?
In these years was something done?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions