Client: | optional |
Server: | optional |
Valid in: | Configuration file, command line |
Categories: | Communications: Networking and Encryption
System Administration: Security |
Operating environment: | UNIX and |
Note: | This environment variable must be set before TLS or SSL
are loaded. It cannot be changed after TLS or SSL are loaded. You
must set the environment variable before the |
Tip: | You can also define SET commands for Windows by using the System Properties dialog box that you access from the Control Panel. |
See: | Defining Environment Variables in UNIX Environments in SAS Companion for UNIX Environments, TKMVSENV File in SAS Companion for z/OS |
Examples: | Export the environment variable on UNIX hosts for
the Bourne Shell:export SAS_SSL_CIPHER_LISTSS=TLS Set the environment variable on UNIX hosts for the C Shell environment: SETENV SAS_SSL_CIPHER_LISTS HIGH Set the environment variable at SAS invocation for UNIX hosts: -set "SAS_SSL_CIPHER_LISTS "3DES:RC2" Set the environment variable on Windows hosts: SET SAS_SSL_CIPHER_LISTS SHA256 |