This article provides instructions for securing the Common Communications Interface (CCI) connections between a distributed AutoSys environment (Linux/Unix) and a Mainframe environment.
This is typically required to satisfy security vulnerability scans on Port 1721.
Standard CCI configurations may transmit the initial connection handshake in plain text or use default ports (1721) that trigger security vulnerability alerts.
To secure the outbound connection from AutoSys to the Mainframe, follow these steps:
Configure Outbound Security:
ccirmtd.prf file on the AutoSys host.SECURE=YES to the REMOTE configuration lines for each mainframe node.REMOTE = mainframe_host node_name 32768 startup port=2505 retry=-1 SECURE=YESConfigure Inbound Security (Environment Variable):
SECURE=YES to the LOCAL line in ccirmtd.prf. Doing so results in error CAICCI_E_2101 Profile error LOCAL defined incorrectly and causes the daemon to crash.CAI_CCI_SECURE=YESccirmtd).Verify Secure Connectivity:
CAS9850I - CCI/SSL Active.TLSv1.2 with robust ciphers (e.g., 256-bit AES_CBC).