What versions of SSL are supported? What versions of TLS are supported?
JSSE 1.0.3 supports SSL version 3. It is widely available and generally believed to be more secure than version 2. SSL was originally developed by Netscape. You can find out more about SSL by looking at Netscape SSL information or the SSL 3.0 Protocol Internet Draft. JSSE 1.0.3 supports TLS version 1, which can be found at http://www.ietf.org/rfc/rfc2246.txt?number=2246 . • Q: Is the reference implementation of JSSE written in the JavaTM programming language? A: Yes, the reference implementation is completely written in the JavaTM programming language. • Q: Is there any sample source code available? A: Sample source code, including directions for running the sample code, is provided with the JSSE 1.0.3 distribution as a separate bundle. • Q: Something is not working. How can I debug what is going wrong? A: Use the dynamic debug tracing support. This is similar to that used for debugging access control failures in JavaTM 2. You can configure this via the javax.net.debug system property.