diff options
Diffstat (limited to 'src/main/resources/system.properties')
-rw-r--r-- | src/main/resources/system.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/system.properties b/src/main/resources/system.properties index 25708247..9d6386f4 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 |