summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
Commit message (Collapse)AuthorAgeFilesLines
* Use full name in config definition file namesHarald Musum2020-09-101-123/+0
|
* Make proxy client timeout configurableBjørn Christian Seime2020-05-201-0/+3
| | | | | Reduce default timeout to 1 second. Don't spam log with full stack trace. Don't close connection pool on timeout or other failures (when using sub-second timeout).
* Add connector config for max connection lifeBjørn Christian Seime2020-04-021-0/+3
|
* Make 'max requests per connection' config connector specificBjørn Christian Seime2020-04-021-0/+3
|
* Add secure direct support to JDiscBjørn Christian Seime2020-04-021-0/+6
|
* Support proxy protocol for https connectorsBjørn Christian Seime2020-03-091-0/+6
|
* Add connector config for enabled cipher suites and protocol versionsBjørn Christian Seime2020-01-311-0/+6
|
* Revert "Add connector config for enabled cipher suites and protocol versions"Jon Marius Venstad2019-12-091-6/+0
| | | | This reverts commit f0771b350536dffaeeb5d4c2878da495437e611e.
* Add connector config for enabled cipher suites and protocol versionsBjørn Christian Seime2019-12-031-0/+6
|
* Merge pull request #10296 from vespa-engine/bjorncs/nginx-health-check-proxyBjørn Christian Seime2019-08-151-0/+6
|\ | | | | Add health check proxy support to jdisc connectors
| * Add health check proxy support to jdisc connectorsBjørn Christian Seime2019-08-151-0/+6
| | | | | | | | | | | | | | | | Add connector configuration that will transform the connector to a health check proxy for to a different connector, e.g proxying http -> https. This is a required feature to support http-only load balancer health checks when the container is intended to be running in a https-only environment.
* | Merge pull request #10238 from vespa-engine/ogronnesby/propagate-ca-in-configØyvind Grønnesby2019-08-141-0/+7
|\ \ | |/ |/| Add the CA certificates to configuration and read it from app package
| * Add the CA certificates to configuration and read it from application packageØyvind Grønnesby2019-08-121-0/+7
| |
* | Fix typo in commentBjørn Christian Seime2019-08-131-1/+1
| |
* | Add Jetty handler that enforces TLS client authentication at http layerBjørn Christian Seime2019-08-131-0/+8
|/
* tls config from deploy paramsMorten Tokle2019-06-241-2/+8
|
* Revert "mortent/tls config from deploy params"Morten Tokle2019-06-211-8/+2
|
* enable passing certificate directly in configandreer2019-06-191-2/+8
|
* Add back stopTimeout to connector configBjørn Christian Seime2019-03-141-0/+4
|
* Remove stopTimeout from connector configBjørn Christian Seime2019-03-131-4/+0
| | | | Use global stop timeout from server on all connectors
* Add stop timeout to server configBjørn Christian Seime2019-03-131-1/+2
|
* Remove old ssl connector configBjørn Christian Seime2019-01-211-57/+0
|
* Remove soLingerTime from connector configBjørn Christian Seime2019-01-211-4/+0
|
* Add support for connection throttling in JDiscBjørn Christian Seime2019-01-071-0/+15
|
* Revert "Add support for connection throttling in JDisc"gjoranv2018-12-121-18/+0
| | | | This reverts commit 36221bb67238256d46cb0fe69ca682172d2bec65.
* Revert "Change memory threshold to a percentage of total memory"gjoranv2018-12-121-2/+2
| | | | This reverts commit 2db810113ffc50b26cae63c034cdf0f33b859c64.
* Change memory threshold to a percentage of total memoryBjørn Christian Seime2018-12-101-2/+2
|
* Add support for connection throttling in JDiscBjørn Christian Seime2018-12-071-0/+18
|
* Set up components and config for ssl/ssl-providerMorten Tokle2018-09-121-3/+18
|
* SO linger is not supported for non-blocking sockets in Jetty 9.4.12 and laterBjørn Christian Seime2018-09-051-2/+2
| | | | | | | | | Quote from Jetty: 'For non-blocking sockets, StandardSocketOptions#SO_LINGER javadocs report that the behavior is undefined. In JDK 11 setting SoLinger for non-blocking sockets will be ignored. As such, there is no point in allowing SoLinger to be configured in Jetty that only uses non-blocking sockets.'
* Deprecate soLingerTime in connector configBjørn Christian Seime2018-08-221-1/+2
|
* Add TODOsBjørn Christian Seime2017-11-101-1/+4
|
* Add TODO on broken semanticsBjørn Christian Seime2017-11-091-0/+1
|
* Allow swetting no trust store passwordJon Bratseth2017-10-031-1/+7
|
* Nonfunctional changes onlyJon Bratseth2017-10-031-1/+1
|
* Expose config for secure random algorithm for SSLEngineBjørn Christian Seime2017-09-211-0/+6
|
* Expose config for configuring SSL to want client authBjørn Christian Seime2017-09-211-2/+2
|
* Add connector config for requiring client authenticationBjørn Christian Seime2017-09-191-0/+3
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Change soLingerTime unit from milliseconds to secondsBjørn Christian Seime2017-04-181-2/+2
|
* Specify that linger time is in millisecondsBjørn Christian Seime2017-02-221-1/+1
|
* PublishJon Bratseth2016-06-151-0/+79