This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
Good point. A better solution would be to add a message before those messages, saying keyring not defined then it is clearer.
For MQ on z/OS to use TLS at all it needs to be given a RACF keyring and to have a number of SSL tasks configured.
If that is not done then you will get the message you saw.
+CSQX690I %CSQ9 CSQXSSLI Cipher specifications based on the SSLv3 protocol are disabled
+CSQX694I %CSQ9 CSQXSSLI Cipher specifications based on the TLS V1.0 protocol are disabled
+CSQX668I %CSQ9 CSQXSSLI Cipher specifications based on the TLS V1.2 protocol are disabled
+CSQX670I %CSQ9 CSQXSSLI Cipher specifications based on the TLS V1.3 protocol are disabled
If that is done then you will get
+CSQX690I %CSQ9 CSQXSSLI Cipher specifications based on the SSLv3 protocol are disabled
+CSQX694I %CSQ9 CSQXSSLI Cipher specifications based on the TLS V1.0 protocol are disabled
+CSQX668I %CSQ9 CSQXSSLI Cipher specifications based on the TLS V1.2 protocol are enabled
+CSQX670I %CSQ9 CSQXSSLI Cipher specifications based on the TLS V1.3 protocol are enabled
Which I believe meets your requirement. As you say both SSL 3 and TLS 1 are not recommended and have to be explicitly forced on if customers want them.
When SystemSSL remove support for them we will to. As you might have seen, MQ distributed removed support for them at version 10.
We have never supported TLS 1.1.