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


Example of inbound AT-TLS support

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

No inbound AT-TLS support is needed for listener port 3010, inbound AT-TLS support needed for listener port 3011.

Table 1. Inbound AT-TLS support
AT-TLS Definitions CICS® listener Parameters

TTLSRule                 CSKLrule
{
LocalPortRange           3010
Direction                Inbound
TTLSGroupActionRef       NOTTLSGR
}
TTLSGroupAction          NOTTLSGR
{
TTLSEnabled              OFF
}

TTLSRule                 CSKMrule
{
LocalPortRange           3011
Direction                Inbound
TTLSGroupActionRef       TTLSGRP1
TTLSEnvironmentActionRef TTLSENV1
}
TTLSEnvironmentAction    TTLSENV1
{
HandshakeRole            ServerWithClientAuth
EnvironmentUserInstance  1
TTLSEnvironmentAdvancedParmsRef TTLSADV1
}
TTLSEnvironmentAdvancedParms   TTLSADV1
{
ClientAuthType           SAFcheck
}
TTLSGroupAction          TTLSGRP1
{
TTLSEnabled              ON
}

TRANID    ===>  CSKL
PORT      ===>  03010
GETTID    ===>  NO

TRANID    ===>  CSKM
PORT      ===>  03011
GETTID    ===>  YES

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014