|
@@ -70,7 +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"
|
|
- clientAuth="false" sslEnabledProtocols="TLSv1"
|
|
|
|
|
|
+ clientAuth="false" sslEnabledProtocols="TLSv1,SSLv2Hello"
|
|
keystoreFile="${httpfs.ssl.keystore.file}"
|
|
keystoreFile="${httpfs.ssl.keystore.file}"
|
|
keystorePass="${httpfs.ssl.keystore.pass}"/>
|
|
keystorePass="${httpfs.ssl.keystore.pass}"/>
|
|
|
|
|