Hello everyone,
One of our external app, we are connecting to, requires the connection to be TLS 1.2. I found a possible work around but have no idea on where to put it in the JAVA/Tomcat configuration.
JVM parameter of -Dhttps.protocols=TLSv1.1,TLSv1.2.
If someone already implemented such thing, I'll be glad to know how he/she did it...