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.
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.
<Connector ... sslProtocol="TLS" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2"/>
3. Then restart the server.
<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.