Is it possible to disable TLS v1.0 and TLS v1.1 for xFlow interface and just keep TLS v1.2?
Release : 17.2
Component : SERVICE DESK MANAGER
Xflow uses by default TLS 1.2. If required to set a specific protocol it can be done by adding JAVA options parameters when creating the microserviceconfig.txt file, similar to what is made in TOMCAT SSL setup in the server.xml file. The parameter will be similar as the one bellow:
-Dhttps.protocols=TLSv1.2
The instructions to set SSL are in the link bellow: