IBM MQ.Net CertificateLabel, CipherSpec

Estou tentando conectar-me a um servidor IBM MQ remoto (v.8.0) e estou recebendo o erro abaixo. Estou usando o .Net 4.5.2 no Windows 10. Modifiquei o programa SimplePut.exe que acompanha a instalação do cliente. Acho que falta algo relacionado ao certificado de cliente que me foi emitido e que tenho instalado seguindo as instruções. Possivelmente a configuração CertificateLabel? Sou muito novo no IBM MQ, portanto, qualquer ajuda é muito apreciada.

-h <host> -p 1434 -s TLS_RSA_WITH_AES_256_CBC_SHA256 -q INS -l connection -k *SYSTEM

O erro mostrado no gerenciador de filas quando executo o programa é o seguinte:

Cause . . . . . :
There is a mismatch between the CipherSpecs on the local  and remote ends of
channel ''. The channel will not run until this mismatch is resolved.
The local CipherSpec is 'TLS_RSA_WITH_AES_256_CBC_SHA256' and the remote
CipherSpec is 'TLS_RSA_WITH_AES_128_CBC_SHA256'.
Recovery  . . . :
Change the channel definition for '' so that both ends have matching
CipherSpecs and restart the channel.