Anonymous Login
#1275
-
Hello there! I've been trying to login to my client's opc-ua server via certificate and user credentials but they say I am autheticating as anonymous. |
Beta Was this translation helpful? Give feedback.
Answered by
FShinoda
Apr 10, 2023
Replies: 1 comment 5 replies
-
Why you call open_securechannel ? This call can mess with everything. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oddly, I've just fixed that by running my code without user and password (logging permission denied), and then, adding the credentials back again. Thank you for your fast answer!
Additionally, can you describe more about how the
open_secure_channel
call can be problematic?