SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 54376: Disabling Secure Sockets Layer (SSL) 3.0 in SAS® Web Server, SAS® Web Application Server, and SAS® Environment Manager Server

DetailsAboutRate It

If you configure SAS Web Server, SAS Web Application Server, or SAS Environment Manager Server for HTTPS, Secure Sockets Layer (SSL) 3.0 is enabled by default. SSL 3.0 has the POODLE vulnerability that is described in these documents:

To disable SSL 3.0 in these servers, follow the steps below.

SAS® Web Server

  1. Open the httpd-ssl.conf file that resides in the conf/extra directory under the SAS Web Server directory.
  2. Specify -SSLv3 in the SSLProcotol directive, as shown below:
    SSLProtocol all -SSLv2 -SSLv3
  3. Then restart the server.

Note: As of revision 94_14w47 for the second maintenance release of SAS® 9.4 (TS1M2), -SSLv3 is specified as shown above by default.



SAS® Web Application Server

  1. Open the server.xml file that resides in the conf directory under the directory for each SAS Web Application Server instance.
  2. In that file, specify the sslProtocols parameter in the <Connector> element that specifies SSLEnabled="true":
    <Connector ... sslProtocol="TLS" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2"/>
  3. Then restart the server.


SAS® Environment Manager Server

  1. Open the server.xml file that resides in the server-5.0.0-EE/hq-engine/hq-server/conf directory under the SAS Environment Manager directory.
  2. Specify the sslProtocols parameter in the <Connector> element that specifies SSLEnabled="true":
    <Connector ... sslProtocols="TLSv1,TLSv1.1,TLSv1.2"/>
  3. Then restart the server.

Note: As of revision 94_14w47 for SAS 9.4 TS1M2, the sslProtocols parameter is specified as shown above by default.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Web ServerMicrosoft® Windows® for x649.49.4 TS1M0
64-bit Enabled AIX9.49.4 TS1M0
64-bit Enabled Solaris9.49.4 TS1M0
HP-UX IPF9.49.4 TS1M0
Linux for x649.49.4 TS1M0
Solaris for x649.49.4 TS1M0
SAS SystemSAS Web Application ServerMicrosoft® Windows® for x649.49.4 TS1M0
64-bit Enabled AIX9.49.4 TS1M0
64-bit Enabled Solaris9.49.4 TS1M0
HP-UX IPF9.49.4 TS1M0
Linux for x649.49.4 TS1M0
Solaris for x649.49.4 TS1M0
SAS SystemSAS Environment ManagerMicrosoft® Windows® for x642.19.4 TS1M0
64-bit Enabled AIX2.19.4 TS1M0
64-bit Enabled Solaris2.19.4 TS1M0
HP-UX IPF2.19.4 TS1M0
Linux for x642.19.4 TS1M0
Solaris for x642.19.4 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.