TLS support for the unmanaged .NET client
TLS support for the unmanaged .NET client is based on the C MQI and GSKit. The C MQI handles the TLS operations and GSKit implements the TLS secure socket protocols.
- Enable TLS for the unmanaged .NET client
TLS is supported only for client connections. To enable TLS, we must specify the CipherSpec to use when communicating with the queue manager, and this must match the CipherSpec set on the target channel.- Use the Distinguished Name of the queue manager
The queue manager identifies itself using a TLS certificate, which contains a Distinguished Name (DN).- Error handling when using TLS
Parent topic: Transport Layer Security (TLS) support for .NET