|
@@ -69,7 +69,7 @@
|
|
connector should be using the OpenSSL style configuration
|
|
connector should be using the OpenSSL style configuration
|
|
described in the APR documentation -->
|
|
described in the APR documentation -->
|
|
<Connector port="${kms.http.port}" protocol="HTTP/1.1" SSLEnabled="true"
|
|
<Connector port="${kms.http.port}" protocol="HTTP/1.1" SSLEnabled="true"
|
|
- maxThreads="150" scheme="https" secure="true"
|
|
|
|
|
|
+ maxThreads="${kms.max.threads}" scheme="https" secure="true"
|
|
clientAuth="false" sslProtocol="TLS"
|
|
clientAuth="false" sslProtocol="TLS"
|
|
keystoreFile="${kms.ssl.keystore.file}"
|
|
keystoreFile="${kms.ssl.keystore.file}"
|
|
keystorePass="${kms.ssl.keystore.pass}"/>
|
|
keystorePass="${kms.ssl.keystore.pass}"/>
|