Home
SSL Client Authentication (SSLCAUTH)
SSLCAUTH is used to define whether the channel needs to receive and authenticate an SSL certificate from an SSL client. Possible values are:
- OPTIONAL
- If the peer SSL client sends a certificate, the certificate is processed as normal but authentication does not fail if no certificate is sent.
- REQUIRED
- If the SSL client does not send a certificate, authentication fails.
The default value is REQUIRED.
We can specify a value for SSLCAUTH on a non-SSL channel definition, one on which SSLCIPH is missing or blank. We can use this to temporarily disable SSL for debugging without first having to clear and then reinput the SSL parameters.
SSLCAUTH is an optional attribute.
This attribute is valid on all channel types that can ever receive a channel initiation flow, except for sender channels.
This attribute is valid for channel types of:
- Server
- Receiver
- Requester
- Server connection
- Cluster receiver
For more information on SSLCAUTH, see WebSphere MQ Script (MQSC) Command Reference and WebSphere MQ Security.
Parent topic:
Channel attributes in alphabetical order
ic12050_
Home