Java Client wont negotiate in TLSv1.2 only TLSv1
问题 For security reasons I have disabled TLSv1.0 on the NGINX proxy that serves my Java based web app running on Apache Tomcat 7.0.79 A downside to this is that the supplied Pipeline Engine which uses a Java-based framework which is separate but tightly integrated into the web app no longer seems to work. The rest of the web app appears to work fine. If I allow TLSv1.0 connections then the pipeline starts working again. I have added the following option to the $JAVA_OPTS line in the pipeline