HTTPS communication failed , jdk 1.6 (32 bit client) with jdk 1.8 (64 bit) server : READ: Unknown-3.3 Alert, length = 2
问题 This is my first question of stackoverflow. I am trying HTTPS communication between two tomcats: Client Tomcat, using JDK1.6 32 bit. Server Tomcat, using JDK1.8 64 bit. Client Code for HTTPs request: HttpClient hc = new HttpClient(); hc.startSession(monitAppURL); int code = hc.executeMethod(poster); Exception I get: Received fatal alert: handshake_failure I obtain the more detailed exception by starting JVM with -Djavax.net.debug=ssl:handshake:verbose : trigger seeding of SecureRandom done