JAVA PARAMS SECUREONLY

Format: [true|false]
Default: (false)

If set true, enforces the secure parameter, which means that if the encryption keys that are required for the secure connection cannot be obtained, the client will not work. It will attempt to retrieve the keys 5 times before giving up. This may be useful in case the network connection is a bit flaky.

Examples:
In a web page:
<param name="secureonly" value="true">

In a param file:
secureonly=true