When running a handshake from a OpenSSL 0.9.8 client against OpenSSL 1.0.0 it seems that this might cause a "SSL23_GET_SERVER_HELLO:reason(1112)" error.
See Running curl with OpenSSL 0.9.8 against OpenSSL 1.0.0 server causes handshake error? for a discussion.
The solution for a client seems to be to force SSL V3 instead of V2 or V3.
Yet, I am the server in the connection running on OpenShift with Apache. I do not have access to ssl.conf
and the Apache logs as it seems.
Is there any workaround for me to change the configuration in OpenShift or to bypass the problem?