Author |
Message |
Topic: Queue/channel security |
ttechsavvy
Replies: 12 Views: 18011
|
Forum: IBM MQ Security Posted: Fri May 07, 2021 3:18 am Subject: Queue/channel security |
Thanks for the explanation! This is what I was trying to figure out. |
Topic: Queue/channel security |
ttechsavvy
Replies: 12 Views: 18011
|
Forum: IBM MQ Security Posted: Thu May 06, 2021 4:04 am Subject: Queue/channel security |
First of all, thanks for the replies and information.
Went through the documentation about CHLAUTH again and found interesting line for sender-receiver connection:
CHLAUTH rules can be used on ... |
Topic: Queue/channel security |
ttechsavvy
Replies: 12 Views: 18011
|
Forum: IBM MQ Security Posted: Wed May 05, 2021 6:15 am Subject: Queue/channel security |
Sorry, here are the steps:
Linux:
useradd user
passwd user
Ibm MQ:
setmqaut -m qmgr -t qmgr -p user +connect
setmqaut -m qmgr -n queue -t queue -p user +put
So where to I have to add ... |
Topic: Queue/channel security |
ttechsavvy
Replies: 12 Views: 18011
|
Forum: IBM MQ Security Posted: Wed May 05, 2021 4:36 am Subject: Queue/channel security |
Server is running on Linux.
With our internal client connection, I added user/pass to local server (Linux) and gave authorizations to this user (connect to qmgr, consume messages from queues). Cli ... |
Topic: Queue/channel security |
ttechsavvy
Replies: 12 Views: 18011
|
Forum: IBM MQ Security Posted: Wed May 05, 2021 3:56 am Subject: Queue/channel security |
Hello
Kind of beginner question but how (or is it even possible) to implement user/pass security qmgr to qmgr set up?
Backstory: We have set up mq server (v9.2.1) and have couple of connected pa ... |
Topic: MQ behind Load Balancer |
ttechsavvy
Replies: 6 Views: 14230
|
Forum: IBM MQ Security Posted: Wed Oct 21, 2020 5:53 am Subject: MQ behind Load Balancer |
Thanks for the answers!
MQIPT would be an option if I cant connect partners with the current solution.
Also, I managed to connect my first partner to our MQ Server! Yay! The trick was that part ... |
Topic: MQ behind Load Balancer |
ttechsavvy
Replies: 6 Views: 14230
|
Forum: IBM MQ Security Posted: Mon Oct 05, 2020 5:53 am Subject: MQ behind Load Balancer |
I am required to use load balancer in front of MQ Server - that's the thing.
And also the connection from client to load balancer has to be encrypted. |
Topic: MQ behind Load Balancer |
ttechsavvy
Replies: 6 Views: 14230
|
Forum: IBM MQ Security Posted: Mon Oct 05, 2020 12:32 am Subject: MQ behind Load Balancer |
Hello!
I've set up MQ, generated certificates, configured channels, queues and so on. Due to my company's security policy, I cant let clients to connect straight to our MQ server. We are using load ... |
Topic: Problems with SSL |
ttechsavvy
Replies: 4 Views: 9785
|
Forum: IBM MQ Security Posted: Thu Sep 10, 2020 10:19 pm Subject: Problems with SSL |
Thanks for the reply!
I managed to get it working in my localhost "playground" with self-signed certificates. Created two keystores, two personal certificates and added the public part to ... |
Topic: Problems with SSL |
ttechsavvy
Replies: 4 Views: 9785
|
Forum: IBM MQ Security Posted: Wed Sep 09, 2020 6:04 am Subject: Problems with SSL |
Hello!
I started two months ago at a new job and one of my first "task" is to set up IBM MQ for other companies to send us messages. This is my first time that I've touched and configured ... |