-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to implement the security ID check #782
Comments
this should disable it: How do you Test it? UaExpert? https://github.com/AndreasHeine/SecurePythonOpcUaServer |
Anonymous login still works after setting this. Tested with UaExport. |
Hi, |
same here using UAExpert anonymous login still works :( |
At first I want to thank you for the response and your great work! Ok I tried with your example from scratch and it behaves like you explained. I tried to change the properties after adding the server. Now the anonymous option is not grey and I can choose it. UAExpert 1.5.1 331 |
Not sure this is implemented. The focus of that library has always been compatibility, not much security so far. But hopefully it is easy to fix |
it doesn't look like there is an implementation for comparing server policieIDs with activate session request user token !? |
I have to setup a server that allows clients to login only with username and password.
It work with the example file below.
But I can not disable the Anonymous connection.
In the server.py file, it's written that :
Someone can tell me where to look to implement this ? (I'm new in opc ua world)
Thanks
The text was updated successfully, but these errors were encountered: