Closed DerksenA closed 2 years ago
Hello,
The other client used RSA-OAEP for encrypting the password, but the code sample uses RSA-1.5 from Types.SignatureAlgorithmRsa15
, which I would guess your server doesn't accept. I don't have any plans to add more encryption methods right now, and I don't currently support RSA-OAEP. You might try an unencrypted password but switch your connection to signed & encrypted.
Hello Derksen, Did you find a solution yet? I have exactly the same issue and i can't get it working. I need the full encryption. On anonymous it works fine.
Implemented more security policies and user identity token signatures (rsa-oaep) here: https://github.com/nauful/LibUA/commit/6534b413b5abaca258542aabd81cf85094c18838
Hi nauful.
First of all, great work. I already integratet your lib with a PLC and it's working. Now I have a Codesys Soft SPS and would like to connect to. When using Anonymous everything is working. But I want to connect with Username and Password. Here's my code: `var appDesc = new ApplicationDescription( "urn:DemoApplication", "uri:DemoApplication", new LocalizedText("UA SDK client"), ApplicationType.Client, null, null, null);
Using another Client is working. On Point activateRes I get the Error BadUnknownResponse. I also used Wireshark to figure out the problem but have no idea what to do now. Here's a snipped from wireshark and also the files attached:
Wireshark opc.zip
Thanks in advance.