The steps required to complete task 3

To complete this task, follow these steps:

1. Remove QMA's personal certificate

Remove QMA's personal certificate from its key repository. As a result, QMA will attempt to connect anonymously to QMB.

Note that on all platforms you remove the certificates from the key repository. If you do not already have a copy of a certificate and you want to restore it after testing for failure of SSL client authentication, you must save a copy of the certificate.

2. Refresh the SSL environment (if necessary)

On QMA, if the channel initiator was already running (on z/OS) or if any SSL channels have run previously, you need to issue a REFRESH SECURITY TYPE(SSL) command. This ensures that all the changes made to the key repository are available. On QMA, enter the following command:

REFRESH SECURITY TYPE(SSL)

3. Allow anonymous connections on the receiver

You need to change the receiver definition on QMB to allow anonymous connections. On QMB, enter the following command:

ALTER CHANNEL(TO.QMB) CHLTYPE(RCVR) SSLCAUTH(OPTIONAL)