summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-11-09 14:00:44 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2017-11-09 14:00:44 +0100
commit92b7b3ff1ae02da8a9d8c6f334cd8b7c703597c1 (patch)
tree5ed574db6cfa05da3d0a05dacfb6251bc5a9ce4b /jdisc_http_service
parent72577d9bf8af81a218ffb54f507304e3f578d6c3 (diff)
Add TODO on broken semantics
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
index 8d709cb8ab1..7a13ec2485f 100644
--- a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
+++ b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
@@ -77,6 +77,7 @@ ssl.trustStorePath string default=""
# Whether we should use keyDbKey as password to the trust store (true, default),
# or use no password with the trust store (false)
ssl.useTrustStorePassword bool default=true
+# TODO Fix broken semantics with truststore and keystore password in Vespa 7 / Vespa 8
# The algorithm name used by the KeyManagerFactory.
ssl.sslKeyManagerFactoryAlgorithm string default="SunX509"