Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I need to check whether existing receiver channels are SSL/TLS enabled. Is there an easy command to use for this? I'm a systems administrator for MQ V8.
DIS CHL('channel_name') SSLCIPH
If SSLCIPH is non-blank, then the channel is configured with TLS. If you see the channel running with that attribute non-blank, then it is guaranteed not to be plaintext.-- T.Rob