Connect to OPCUASimulation server with Basic256SHA256 failed

Questions regarding the use of the Java SDK for Server or Client development or integration into customer products ...

Moderator: uasdkjava

Post Reply
jijomonac
Jr. Member
Jr. Member
Posts: 1
Joined: 29 Sep 2015, 13:49

Connect to OPCUASimulation server with Basic256SHA256 failed

Post by jijomonac »

We are using Prosys-OPC-UA-Java-SDK-Client-Server-Evaluation-2.1.0-436 and tried to connect to OPC CA Simulation Server. We are able to connect server with Basic128RSA15 and Basic256. But when we tried to connect with "Basic256SHA256" it throws exception

com.prosysopc.ua.client.InvalidServerEndpointException: Failed to create session channel to server: : opc.tcp://JIJOAC:53530/OPCUA/SimulationServer [http://opcfoundation.org/UA/SecurityPol ... AndEncrypt] ServiceResult=Bad_UnexpectedError (0x80010000) "An unexpected error occurred."
at com.prosysopc.ua.client.UaClient.h(Unknown Source)
at com.prosysopc.ua.client.UaClient.connect(Unknown Source)
at opcclient.OPCClient.connect(OPCClient.java:207)
at opcclient.OPCClient.main(OPCClient.java:84)
Caused by: org.opcfoundation.ua.common.ServiceResultException: Bad_UnexpectedError (code=0x80010000, description="Bad_UnexpectedError (code=0x80010000, description="org.opcfoundation.ua.common.ServiceResultException: Bad_SecurityChecksFailed (code=0x80130000, description="Invalid signature: signatures do not match")")")
at org.opcfoundation.ua.transport.tcp.io.TcpConnection$ReadThread.run(Unknown Source)

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: Connect to OPCUASimulation server with Basic256SHA256 fa

Post by Support Team »

Hello,

Some issues with Basic256SHA256 were fixed in 2.1.2, so 2.1.0 is probably not interoperable with 2.2.0, which the new SimulationServer is using.
Have a look at: https://downloads.prosysopc.com/opcua/r ... 2-478.html

Best regards
Support Team

Post Reply