Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > SSLMethodName

SSLMethodName

String (method-name)

<default>

Purpose

The SSLMethodName parameter specifies the level of SSL protocol that the application server and presentation clients use to communicate.

The SSL method can be one of the following values, listed in increasing level of functionality and security.

  1. TLSv1 (Transport Layer Security)

  2. TLSv1.1

  3. TLSv1.2

For details, see "Secure Sockets Layer (SSL) Security", in Chapter 2 of the JADE Object Manager Guide.

Parameter is read when …

The application server node is next initialized; for example, when you restart the application server.

You should not set this parameter to a value other than the default unless you have very specific requirement; for example, the certificates from the issuing Certificate Authority require a specific SSL communication protocol.