How To
Summary
After installing a DWC on z/OS at release 10.2.1 or higher (which requires the use of certificates) the connection between the zconnector and zWS server can optionally be secured via SSL
Objective
Steps
- SSLKEYSTORETYPE(SAF)
- SSLKEYSTORE(xxxxxxxxxxxx)
- SSLLEVEL(FORCE)
(4) In the connectionFactory.xml file (in configDropins/overrideso f the DWC) change the line useSsl to "true" for each jndiName entry, for example:
<connectionFactory id="twsy-TVT7017"
jndiName="eis/tws/zconn/twsy-TVT7017">
<properties.ZOSConnectorAdapter hostName="10.134.49.248"
portNumber="1020"
useSsl="false"
connectionTimeoutCleanup="10"/>
</connectionFactory>
(5) Start the server (PGM=EQQSERVR) task then logon and do a test connection of a zosengine to be sure SSL is working as intended.
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
09 June 2024
UID
ibm17156239