SXI Forum

A place to collect usefull tips, tricks and implementation strategies.

You are not logged in.

#1 18-12-2018 11:41:42

KevinM
Moderator
Registered: 21-11-2018
Posts: 13

Xpress Version 2 + will not talk to older versions of Xpress

Allow XpressDispatch Version 2 + to talk to older versions of XpressStation. Error is
dhpublickey does not comply to algorithm constraints

This occurs because Java JRE 8 will not allow cyphers less than 1024 bytes, so the XPress handshake fails.

To workaround do the following:

Edit the following file:

.......\SXI\jre\lib\security\java.security

Comment out the following line:
"jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \"
and then add
"jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768, \"

Offline

Board footer

Powered by FluxBB