iaik.security.ssl.SSLInputStream.RequireCloseNotify

The lack of a proper SSL close notification message causes the IAIK SSL code to throw an EOF exception. Depending on where the Java Toolkit is being used, this exception could be fatal to the startup of an application.

Setting this property to true, turns off the close notification requirement.

iaik.security.ssl.SSLInputStream.RequireCloseNotify = true

When this property is not set, the toolkit behavior remains intact and throws the following exception.

EOFException

Available from: 7.2. SP2