Author Message
MaheshKumar123
Joined: Sep 24, 2018
Messages: 19
Offline
We have a orchestration designer application 7 application running on tomcat with Java 1.7. The application is currently integrated to a back end application using web-services.

Currently the back end system is planning to disable older tls version and enforce 1.2 going forward due to PCI security restrictions.

How can we modify OD application to use 1.2 as default for web service.

i tried changing the JVM setting on tomcat startup to enforce 1.2 -Dhttps.protocols=TLSv1.1,TLSv1.2 but no luck. Please advice.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
When you upgrade Java to 1.8, TLS 1.2 is automatically enforced.
Go to:   
Mobile view