Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.lang.java.security > #304

mixing SSL versions

From Roedy Green <see_website@mindprod.com.invalid>
Newsgroups comp.lang.java.security
Subject mixing SSL versions
Date 2014-10-01 11:31 -0700
Organization Canadian Mind Products
Message-ID <82io2ahgm2nrdid98v4n5d84pv1d5rll7f@4ax.com> (permalink)

Show all headers | View raw


The JSSE implementation shipped with the JDK supports SSL 3.0 and TLS
1.0. It does not implement SSL 2.0. JSSE cannot yet handle TLS 1.1 or
TLS 1.2. TLS 1.3 is still is draft. JSSE supports the following
subprotocols: RSA, RC4, DES, 3DES, AES, Diffie-Hellman, DSA.

I am having trouble accessing TLS 1.2 sites with Java.  Is TLS 1.2
supposed to be able to communicate with TLS 1.0?
-- 
Roedy Green Canadian Mind Products http://mindprod.com
There are only two industries that refer to their customers as users.
~ Edward Tufte (born: 1942 age: 72)

Back to comp.lang.java.security | Previous | NextNext in thread | Find similar


Thread

mixing SSL versions Roedy Green <see_website@mindprod.com.invalid> - 2014-10-01 11:31 -0700
  Re: mixing SSL versions Lothar Kimmeringer <news200709@kimmeringer.de> - 2014-10-06 20:39 +0200

csiph-web