From e63aa2efcd5dff2af82b39368d5989763c9cdd6f Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 8 Aug 2017 03:13:42 -0700 Subject: Rework of the designer UI (part4) Rework of the designer UI (part4) + Modification of all Clamp configurations iin resource folder Change-Id: I2adb7ad336c8d7decaed847cb167d1f125c10b0e Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) --- src/main/resources/system.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/resources/system.properties') diff --git a/src/main/resources/system.properties b/src/main/resources/system.properties index 257082470..9d6386f47 100644 --- a/src/main/resources/system.properties +++ b/src/main/resources/system.properties @@ -29,9 +29,9 @@ com.att.eelf.logging.file=classpath:/logback.xml com.att.eelf.logging.path=./ logging.config=classpath:/logback.xml - -#csiEnable value is false by default. If csiEnable property is set to true, audit and performance logs are send to the WMQ Queue -csiEnable=true -com.ibm.mq.cfg.useIBMCipherMappings=false - com.att.ajsc.app.prop.path=./ + +# +# JVM SSL/TLS properties +jdk.tls.client.protocols=TLSv1.1,TLSv1.2 +https.protocols=TLSv1.1,TLSv1.2 -- cgit 1.2.3-korg