How to disable legacy TLS (TLS 1.0 and 1.1) for Content Analysis (CAS) Management Console?
search cancel

How to disable legacy TLS (TLS 1.0 and 1.1) for Content Analysis (CAS) Management Console?

book

Article ID: 442653

calendar_today

Updated On:

Products

Content Analysis Software ISG Content Analysis

Issue/Introduction

Vulnerability scans have identified that the Content Analysis (CAS) management interface is using weak or deprecated encryption protocols (TLS v1.0 and TLS v1.1). To ensure compliance with security standards, these protocols must be disabled, and TLS v1.2 and above should be allowed.

Cause

The CAS appliance, by default, may have legacy TLS versions enabled for the HTTPS-Console management service to maintain compatibility with older web browsers.

 

Resolution

To disable legacy TLS versions for the management console, the configuration must be modified via CLI using below commands:

CAS#enable
Password:*************

CAS#configure t
Enter configuration commands, one per line. End with CNTL/Z.

CAS(config)# web-management https handshakes
Description: Accepted handshakes
Possible completions:
TLSv13, TLSv12, SSLv2, SSLv3, TLSv1, TLSv11

CAS(config)# web-management https handshakes TLSv12,TLSv13

Syntax:

handshakes 

Configure accepted TLS settings, entered as a comma-separated list. Possible protocols include: TLSv13, TLSv12, SSLv2, SSLv3, TLSv1, TLSv11.
Default: TLSv12
Note: The protocols are case-sensitive.

Example:

Additional Information

Note: Changing settings under Settings > ICAP > TLS Settings only affects the ICAP scanning service and does not secure the administrative web interface.