Replies: 2 comments 4 replies
-
This error means the server doesn't like something about the username/password you provided. You'll have to share some code, and verify you have the correct credentials. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think i've found a way.
It works! Can you confirm this is a correct way to do it? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all!
I'm new to java and to programming so i apology if my question may be trivial.
I'm trying to write an opcua client using milo sdk.
Using the same structure of the examples I successfully managed to connect to an opcua server with anonymous login and no certificate and adding SecurityPolicy.None.
Another server i'm trying to connect to uses username and password and require to trust a provided self signed certificate.
I setted up IdentityProvider in the ClientExample.java interface to provide my username and password and I readed about trustListManager.addTrustedCertificate to add the server certificate to the trust list, but i actually didn't understand how to use this...
In the console i get the following error:
Can you give me your help?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions