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

SSLCipherNames

String (cipher-name[: cipher-name])

Not specified

Purpose

The SSLCipherNames parameter specifies one or more ciphers (from those in the following list) that are to be made available to the program.

Specify entries in this parameter to restrict the available ciphers. The connection fails if the application server and thin client do not have at least one cipher in common.

If you do not specify this parameter, the available ciphers can be found in the OpenSSL online documentation or openssl.exe.

The application server and the presentation client select the strongest common cipher available to both ends of the connection. For details, see "Secure Sockets Layer (SSL) Security", in Chapter 2 of the JADE Object Manager Guide.

Parameter is read when …

The presentation client next starts up.

Hint

Separate each cipher with a colon character; for example:

ECDHE+AESGCM:ECDH+AESGCM:EDH+AESGCM