|
@@ -70,6 +70,7 @@
|
|
|
described in the APR documentation -->
|
|
|
<Connector port="${kms.http.port}" protocol="HTTP/1.1" SSLEnabled="true"
|
|
|
maxThreads="${kms.max.threads}" scheme="https" secure="true"
|
|
|
+ maxHttpHeaderSize="${kms.max.http.header.size}"
|
|
|
clientAuth="false" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2,SSLv2Hello"
|
|
|
truststorePass="_kms_ssl_truststore_pass_"
|
|
|
keystoreFile="${kms.ssl.keystore.file}"
|