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