What version of SSL is supported?
JSSE 1.0.2 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. • Q: Is the reference implementation of JSSE written in the JavaTM programming language? A: Yes, the reference implementation is 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.2 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. A value of “help” will dump out the various options. For example: java -Djavax.net.debug=help SomeClass • Q: It seems