IDEMPIERE-2755 Avoid webui problems caused by using weak encryption

This commit is contained in:
Dirk Niemeyer 2015-08-12 16:15:37 -05:00
parent 1c1b3cc25c
commit bcef508976
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@
keystoreFile="@ADEMPIERE_KEYSTORE@"
keystorePass="@ADEMPIERE_KEYSTOREPASS@"
keyAlias="idempiere"
sslProtocol="TLS" />
sslProtocol="TLS"
ciphers="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA" />
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009"