There may be other solutions but here are two I've used:
(1) Upgrade the Java the server uses to a recent Java 8. It should run fine.
The product I work in is built with the Java 6 development kit but runs without
any problems on Java 6 - 8.
(2) Update the server Java 6 to the latest version of
On 25/08/2016 16:21, Matthias Apitz wrote:
Hello,
We have a C written OpenSSL application which talks to a server written
in Java1.6. The client side (i.e. OpenSSL) rejects connecting with the
error:
25.08.2016-10:58:06 Error - SSL_connect() returned:<-1> - connection failed
25.08.2016-10:58:06
On Tue, Jan 12, 2016 at 04:03:42PM -0500, Jeff Archer wrote:
> I am building from source that came from openssl-1.0.2e.tar.gz but it
> appears to be producing output of libssl.so.1.0.0. Is this what I should
> expect?
Yes. That is the correct soname for all 1.0.X releases.
Kurt
__