Author |
Message |
Topic: AMQ3228E Error in Native HA |
andres
Replies: 0 Views: 7665
|
Forum: IBM MQ Security Posted: Wed Mar 22, 2023 5:39 am Subject: AMQ3228E Error in Native HA |
HI,
I have configure Native HA with a MQ Operator.
If i disable TLS, all works fine.
MQ Manager has TLS configured, and the key has those certs:
Certificates found
* default, - personal, ! tru ... |
Topic: Certificates and securing MQ |
andres
Replies: 2 Views: 8075
|
Forum: General IBM MQ Support Posted: Mon Mar 20, 2023 2:48 pm Subject: Certificates and securing MQ |
HI,
I probably forgot to mention than in a OpenShift deployments, we create HTTPS routes that "route" the traffic to whatever listener port.
The other way is to open the listener port ... |
Topic: Certificates and securing MQ |
andres
Replies: 2 Views: 8075
|
Forum: General IBM MQ Support Posted: Sat Mar 18, 2023 7:41 am Subject: Certificates and securing MQ |
Hi,
IM planning the deploy of MQ on OPenshift, and after "fighting" with certificates, etc, im good to go.
My questions is how to planify certificates for MQ MAnager, Clients and web con ... |
Topic: Managing MQ running on Openshift |
andres
Replies: 18 Views: 30829
|
Forum: General IBM MQ Support Posted: Tue Mar 14, 2023 8:59 am Subject: Managing MQ running on Openshift |
HI,
IF the certificate is wrong or im not sending the cert, the connection wont happend, so my problem is the SSLPEER.
I created the cert like:
openssl req -newkey rsa:2048 -nodes -keyout flagsta ... |
Topic: Managing MQ running on Openshift |
andres
Replies: 18 Views: 30829
|
Forum: General IBM MQ Support Posted: Tue Mar 14, 2023 1:08 am Subject: Managing MQ running on Openshift |
Forgot to mention that if i remove CHLAUTH (Address) and i keep only SSLPEER:
CHLAUTH(SSL) TYPE(SSLPEERMAP)
DESCR( ) ... |
Topic: Managing MQ running on Openshift |
andres
Replies: 18 Views: 30829
|
Forum: General IBM MQ Support Posted: Tue Mar 14, 2023 1:03 am Subject: Managing MQ running on Openshift |
Thanks hughson, it takes some time to understand all auth possibilities.
IN the end i sort it out to connect to the queue manager, test connection with "amqssslc" and send messages with a ... |
Topic: Managing MQ running on Openshift |
andres
Replies: 18 Views: 30829
|
Forum: General IBM MQ Support Posted: Thu Mar 09, 2023 5:28 am Subject: Managing MQ running on Openshift |
Other note,
i create the certs like:
openssl req -newkey rsa:2048 -nodes -keyout <keyname>.key -x509 -days 365 -out <certname>.crt -subj "CN=mqdev,OU=mydomain"
openssl pkcs1 ... |
Topic: Managing MQ running on Openshift |
andres
Replies: 18 Views: 30829
|
Forum: General IBM MQ Support Posted: Thu Mar 09, 2023 5:11 am Subject: Managing MQ running on Openshift |
Thanks for the help.
The host route ssl.chl.mq.ibm.com seems a bit strange!
Now im getting this error from AMQSSSLC:
/amqssslc -m mqdev-c "SSL" -x "ssl.chl.qm.mqdev.apps.ocptes ... |
Topic: Managing MQ running on Openshift |
andres
Replies: 18 Views: 30829
|
Forum: General IBM MQ Support Posted: Fri Mar 03, 2023 3:02 am Subject: Managing MQ running on Openshift |
I actually tried both, but if i understand MQ Explorer uses
OutboundSNI=HOSTNAME
So i simple route like:
qm.mqdev.apps.ocptest.com
domain apps.ocptest.com
mqdev: name of the queue manager
... |
Topic: Managing MQ running on Openshift |
andres
Replies: 18 Views: 30829
|
Forum: General IBM MQ Support Posted: Thu Mar 02, 2023 7:23 am Subject: Managing MQ running on Openshift |
Thanks avs01,
I did perform most of the steps, but i think something is happening with my router.
i created a channel "SSL":
DEFINE CHANNEL(SSL) CHLTYPE(SVRCONN) TRPTYPE(TCP) SSLCAUT ... |
Topic: Managing MQ running on Openshift |
andres
Replies: 18 Views: 30829
|
Forum: General IBM MQ Support Posted: Thu Feb 23, 2023 4:08 am Subject: Managing MQ running on Openshift |
Thanks, it sounds like a good idea.
Are you using MQ Explorer?
I wonder if you are connecting to MQ using a NodePort or a route.
Im not having problems connecting from NodePort, but im trying t ... |
Topic: Managing MQ running on Openshift |
andres
Replies: 18 Views: 30829
|
Forum: General IBM MQ Support Posted: Thu Feb 16, 2023 7:38 am Subject: Managing MQ running on Openshift |
Hi Arthur,
Actually im using https://github.com/ibm-messaging/mq-helm and adding the mqsc commands as configMaps and authentication records as secrets.
i dont understand " github repos 'cloud ... |
Topic: Managing MQ running on Openshift |
andres
Replies: 18 Views: 30829
|
Forum: General IBM MQ Support Posted: Wed Feb 15, 2023 4:23 am Subject: Managing MQ running on Openshift |
HI,
recently i managed to deploy an QM in OPenshift, correctly preconfigured (mq.ini, mqsc files, authority etc) that runs on development. Im not an MQ admin but a OpenShift admin and all is deploye ... |
Topic: IBM MQ Installation in Redhat Openshift |
andres
Replies: 1 Views: 11475
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Feb 15, 2023 3:59 am Subject: IBM MQ Installation in Redhat Openshift |
HI @smv_mq
I have istalled succesfully from a Helm Chart:
https://github.com/ibm-messaging/mq-helm
But you could do it with the OPenShift MQ Operator if your Openshift version match with the re ... |
Topic: MQ on WSL / Ubuntu 20.04 ? |
andres
Replies: 3 Views: 22208
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jan 31, 2023 2:39 am Subject: MQ on WSL / Ubuntu 20.04 ? |
HI,
WSL2 lacks of manty features, like systemd.
But there is no problem of running an MQ Container on WSL via docker or podman install. |