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

TLS cipher setting on channel gets overridden #512

Open
michaelelleby opened this issue Jan 9, 2023 · 0 comments
Open

TLS cipher setting on channel gets overridden #512

michaelelleby opened this issue Jan 9, 2023 · 0 comments

Comments

@michaelelleby
Copy link

michaelelleby commented Jan 9, 2023

Usage document describes building a customer image and adding a file 20-config.mqsc to allow customizing queue manager configuration at startup.
If I try to set the SSL cipher on the channel DEV.APP.SVRCONN in 20-config.mqsc it will get overridden by 20-dev-tls.mqsc.tpl forcing the SSL cipher to be ANY_TLS12_OR_HIGHER

Two solutions:

  • Rename 20-dev-tls.mqsc.tpl to 15-dev-tls.mqsc.tpl to allow user-generated MQSC script to take precedence.
  • Update documentation to suggest naming the file 25-config.mqsc to allow user-generated MQSC script to take precedence.
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