Client: | optional |
Server: | optional |
Valid in: | Configuration file, command line |
Categories: | Communications: Networking and Encryption
System Administration: Security |
Default: | TLS 1.0. When the security hot fixes are applied to the second maintenance release for SAS 9.3, the minimum OpenSSL protocol default is TLS 1.0. |
Operating environment: | UNIX, |
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, Using Environment Variables in SAS Companion for Windows |
Examples: | Export the environment variable on UNIX hosts for
the Bourne Shell:export SAS_SSL_MIN_PROTOCOL=TLS Set the environment variable on UNIX hosts for the C Shell environment: SETENV SAS_SSL_MIN_PROTOCOL SSLv3 Set the environment variable at SAS invocation for UNIX hosts: -set "SAS_SSL_MIN_PROTOCOL=SSLv3" Set the environment variable on Windows hosts: SET SAS_SSL_MIN_PROTOCOL=TLS1.0 |