1#
2# WL#8196 TLSv1.2 support
3#
4#T1: Default TLS connection
5Variable_name	Value
6Ssl_version	TLS_VERSION
7#T2: Default SSL cipher
8Variable_name	Value
9Ssl_cipher	SSL_CIPHER
10#T8: Cipher which is not in the cipher list but not restricted permanently
11#T9: Cipher which is not in the cipher list but not restricted permanently, setting the server cipher as well
12Restart server and provide ssl-cipher at server startup
13Variable_name	Value
14Ssl_cipher	CAMELLIA256-SHA
15Variable_name	Value
16Ssl_version	TLSv1.2
17#T10: Permanently restricted cipher, setting in the server as well
18Connection will be possible, but server will not be enabled with ssl and connection is not ssl-enabled
19Variable_name	Value
20Ssl_cipher
21# restart server using restart
22Restart server and provide ssl-cipher at server startup
23