IBM MQ.Net CertificateLabel, CipherSpec

Estoy intentando conectarme a un servidor remoto IBM MQ (v.8.0) y recibo el siguiente error. Estoy usando .Net 4.5.2 en Windows 10. He modificado el programa SimplePut.exe que se incluye con la instalación del cliente. Creo que es posible que me falte algo que ver con el certificado de cliente que se me emitió y que instalé siguiendo sus instrucciones. Posiblemente la configuración CertificateLabel? Soy muy nuevo en IBM MQ, por lo que cualquier ayuda es muy apreciada.

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

El error que se muestra en el gestor de colas cuando ejecuto el programa es el siguiente:

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.

Respuestas a la pregunta(1)

Su respuesta a la pregunta