Regarding an other article I set the following parameters in eclipse.ini:
[…]
C:/SoftwareAG/jvm/jvm/jre/bin/javaw.exe
-vmargs
-Xms128m
-Xmx1024m
-Dwatt.net.jsse.client.enabledProtocols=TLSv1.1,TLSv1.2
-Dwatt.net.ssl.client.handshake.minVersion=tls
-Dwatt.net.ssl.client.handshake.maxVersion=tls
-Djavax.net.ssl.trustStore=C:\SoftwareAG\common\conf\platform_truststore.jks
-Djavax.net.ssl.trustStoreType=JKS
-Djavax.net.debug=all
-Djdk.tls.client.protocols=TLSv1.1,TLSv1.2
-Declipse.log.level=INFO
[…]
Please open a Support Incident and a Feature Request/Idea on Empower and Brainstorm, to see how this can be improved for more flexible configuration.
I did some research meanwhile and found out that TSLv1.1 is still considered secure in most cases.
If there are concerns about that, check with your security team why they think so.