From 2ab8e226cc53bafa2653d5724aff2fb086df0527 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 17 Jul 2019 14:22:23 +0200 Subject: Add Vespa TLS support to vespa-http-client Use setters for directly assigning ssl context and hostname validator to client builder. This ensures that all connection settings applied to the builder are actual used to construct the client. Previously, the connection settings for timeout and total connections were ignored if ssl was configured. --- vespaclient-container-plugin/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vespaclient-container-plugin/pom.xml') diff --git a/vespaclient-container-plugin/pom.xml b/vespaclient-container-plugin/pom.xml index 959fb687692..53e708601d7 100644 --- a/vespaclient-container-plugin/pom.xml +++ b/vespaclient-container-plugin/pom.xml @@ -55,6 +55,10 @@ org.apache.httpcomponents httpclient + + org.apache.httpcomponents + httpcore + -- cgit v1.2.3