Verifying SSL From Qshell
You can use the tibemsMsgConsumer and tibemsMsgProducer sample programs to verify if SSL is correctly configured.
Procedure
-
From a Qshell environment, run the tibemsMsgConsumer sample program:
tibemsMsgConsumer -server ssl://url-id1:7243 -topic TEST1 -ssl_ring '/QIBM/USERDATA/ICSS/CERT/SERVER/TIBEMSSMP.KDB' -ssl_label TIBCO_EMS850_CLIENT_IDENTITY -ssl_trace -ssl_debug_trace -ssl_noverifyhostname
-
From another Qshell environment, run the tibemsMsgProducer sample program with a message parameter:
tibemsMsgProducer -server ssl://url-id1:7243 -topic TEST1 -ssl_ring '/QIBM/USERDATA/ICSS/CERT/SERVER/TIBEMSSMP.KDB' -ssl_label TIBCO_EMS850_CLIENT_IDENTITY -ssl_trace -ssl_debug_trace -ssl_noverifyhostname 'Hello World'
-
Press PF3 to end the two Qshell environments.
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.