From f0e4d0f4c9eda61fc84a6842b126cf0303ee1cfa Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Mon, 9 Dec 2019 13:35:27 +0100 Subject: Revert "Add connector config for enabled cipher suites and protocol versions" This reverts commit f0771b350536dffaeeb5d4c2878da495437e611e. --- .../src/main/resources/configdefinitions/jdisc.http.connector.def | 6 ------ 1 file changed, 6 deletions(-) (limited to 'jdisc_http_service') 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 fe79ec2ffa3..1122b1db3a9 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 @@ -81,12 +81,6 @@ ssl.caCertificate string default="" # Client authentication mode. See SSLEngine.getNeedClientAuth()/getWantClientAuth() for details. ssl.clientAuth enum { DISABLED, WANT_AUTH, NEED_AUTH } default=DISABLED -# List of enabled cipher suites. JDisc will use Vespa default if empty. -ssl.enabledCipherSuites[] string - -# List of enabled TLS protocol versions. JDisc will use Vespa default if empty. -ssl.enabledProtocols[] string - # Enforce TLS client authentication for https requests at the http layer. # Intended to be used with connectors with optional client authentication enabled. # 401 status code is returned for requests from non-authenticated clients. -- cgit v1.2.3