I have a legacy web application that runs on Tomcat7 with Java6 and makes web service calls to multiple external services. One of those service providers has decided to end support for TLS1.
I tried to upgrade the JVM to java7 and java8 and see what happens. Well, in java8 where it is default TLS1.2 the affected service works. However, the other services are affected.
Is there a way of specifying TLS version by service w/o changing the code?