SSLProtocol=<desired protocol>, where <desired protocol> can be one or more of the following protocols:
* TLS1_2
* TLS1
* SSLv3
After the last specified protocol, add a comma (,), and then the cipher suite specifier.
For TLS1_2 protocol, the cipher suite specifier is TLSCipherSuite=. For SSLv3, and TLS1 protocols, the cipher suite specifier is SSLV3CipherSuite=. Then, specify the list of ciphers exactly as they appear in the available cipher list above.
The cipher suite specifier and list of ciphers must be specified for each specified protocol.
Verify in Control-M/Server and Control-M/Agent that the opensslciphers2java.txt file includes the cipher name with the mapping of openssl to java ciphers names by running the following command:
Several protocols and cipher suites can be configured in the server section, while only one protocol and cipher suite can be configured in the client section.
All ciphers with SHA256 can be used only with TLS1_2 protocol.
If you work on a Control-M/Server installed on AIX and you plan to use Advanced Encryption Standard (AES) ciphers, you must configure the system to work with the TLS1 SSL protocol.