Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify to not need the SNI route #6

Open
DanRoseus opened this issue Jan 12, 2024 · 0 comments
Open

Simplify to not need the SNI route #6

DanRoseus opened this issue Jan 12, 2024 · 0 comments

Comments

@DanRoseus
Copy link

When using MQ client 9.3 the SNI route is only needed if using per channel certs. The SNI route is pretty ugly, requiring channel names to be unique across the whole cluster, so it would be nice to relax that requirement. I found the first sample works if I remove the SNI route, add the following client.ini file:

SSL:
    OutboundSNI=HOSTNAME

And set the following env var:

export MQCLNTCF=`pwd`/client.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant