z/OS Communications Server: IP CICS Sockets Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of outbound AT-TLS support

z/OS Communications Server: IP CICS Sockets Guide
SC27-3649-00

No outbound AT-TLS support is needed for remote port 3010, outbound AT-TLS support needed for remote port 3011

Table 1. Outbound AT-TLS support
AT-TLS Definitions

TTLSRule                       ClientRule1
{
RemotePortRange          3010
Userid                   CICS1
Direction                Outbound
TTLSGroupActionRef       NOTTLSGR
}
TTLSGroupAction                NOTTLSGR
{
TTLSEnabled              OFF
}

TTLSRule                       ClientRule2
{
RemotePortRange          3011
Direction                Outbound
TTLSGroupActionRef       TTLSGRP2
TTLSEnvironmentActionRef TTLSENV2
}
TTLSEnvironmentAction          TTLSENV2
{
HandshakeRole            Client
EnvironmentUserInstance  1
}
TTLSGroupAction                TTLSGRP2
{
TTLSEnabled              ON
}

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014