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.
As part of our regular commitment to reviewing RFEs, we have re-reviewed this RFE and its status is maintained as Uncommitted Candidate. However, we would like to note some clarifications with regard to how the desired inbound behaviour can already be achieved:
In IIBv10:
If you don't set up any restricitons then TLSv1, TLSv1.1 or TLS1.2 will be accepted.
If you specifically disable the TLSv1 algorithm in java.security.file, then TLSv1 will fail, but TLSv1.1 and TLSv1.2 will succeed. The error you will receive for TLSv1 is "javax.net.ssl.SSLHandshakeException: No appropriate protocol, may be no appropriate cipher suite specified or protocols are deactivated"
If you set specifically then set the protocol on the request node to use the disabled version (TLSv1), then this will also fail.
If you change the protocol on the request node to be one that accepts a range of possibilities such as "SSL_TLSv2", then this will work again because TLSv1.1 or TLSv1.2 are options, but SSLv3 and TLSv1 will still be disabled as requested.
The default protocol is "TLS", which means TLSv1.0. However, this can be changed to be any TLS version by setting "com.ibm.jsse2.overrideDefaultTLS=true". So combining this with the above options gives the desired outcome expressed in the RFE.
We will continue to monitor this RFE for further comments and in particular we note that for outbound bevahiour and ease of administering the current settings there is more we could do in this area.
Thanks for raising this RFE. We agree this would make a great enhancement for IIB. Status is updated to Uncommitted Candidate.