Fixed ssl configuration not working.
This commit is contained in:
parent
494221df94
commit
b7a1f9ba16
|
|
@ -83,10 +83,11 @@
|
||||||
<Connector port="@ADEMPIERE_SSL_PORT@" maxHttpHeaderSize="8192"
|
<Connector port="@ADEMPIERE_SSL_PORT@" maxHttpHeaderSize="8192"
|
||||||
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
|
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
|
||||||
enableLookups="false" disableUploadTimeout="true"
|
enableLookups="false" disableUploadTimeout="true"
|
||||||
acceptCount="100" scheme="https" secure="true"
|
acceptCount="100" scheme="https" secure="true" SSLEnabled="true"
|
||||||
clientAuth="false"
|
clientAuth="false"
|
||||||
keystoreFile="@ADEMPIERE_KEYSTORE@"
|
keystoreFile="@ADEMPIERE_KEYSTORE@"
|
||||||
keystorePass="@ADEMPIERE_KEYSTOREPASS@"
|
keystorePass="@ADEMPIERE_KEYSTOREPASS@"
|
||||||
|
keyAlias="adempiere"
|
||||||
sslProtocol="TLS" />
|
sslProtocol="TLS" />
|
||||||
|
|
||||||
<!-- Define an AJP 1.3 Connector on port 8009 -->
|
<!-- Define an AJP 1.3 Connector on port 8009 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue