On 2/1/2016 10:16 AM, Christopher Schultz wrote:
processConnection WARNING: processCallbacks status 2
No description of the underlying error. :(

I would imagine someone finally disabled SSLv3 on the database server,
so you have to use a higher protocol to connect to it?

+1

I've been working on upgrading an App that stopped working because the web service provider disabled SSLv3. The client was using JDK 1.6.0_0 and it just didn't support TLS. The host machine's a mess because the OpenSSL libs are so outdated that apt-get can't connect to repositories to get files for upgrade.

Unfortunately for the client, when I tried running JDK 1.8, he got class cast exceptions. I ended up going through a very painful process of upgrading them to the current Hibernate/Spring versions so I could get them to JDK 1.8.



--
George Sexton
*MH Software, Inc.*
Voice: 303 438 9585
http://www.mhsoftware.com

Reply via email to