What product/components do you use and which version/fix level?
EntireX 10.7
Are you using a free trial or a product with a customer license?
Licensed to customer
What are trying to achieve? Please describe in detail.
Call broker securely from Java stub
Do you get any error messages? Please provide a full error message screenshot and log file.
Good day,
We enabled the secure connection on the broker 107 and tested the connection from the Java app that was supplied with the entirex.jar from the broker installation.
The app was initially working via the insecure connection, but via the secure connection the call was terminated with the error
0013 0313
that is general network transfer error,
while on the broker side the following error was received:
“SSL_accept: 336130315 error:1408F10B:SSL routines:ssl3_get_record:wrong version number”
To our knowledge the app’ Java environment is using TLS1.2 , while we are still looking how to specify the encryption protocol version on the broker side, as I think it is set to SSL3 by default.
We are also looking how to refer to the broker certificate in the BROKERID transport level notation used in the app (as the documentation describes only URL notation to reference the certificate).
error_log.txt (172.8 KB)
ETB100.LOG (21.1 KB)