Skip to content

Commit

Permalink
EN-42469: Don't throw away proxy credentials when building the http c…
Browse files Browse the repository at this point in the history
…lient
  • Loading branch information
rjmac committed Oct 7, 2020
1 parent cdbdf23 commit 6354b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/socrata/datasync/HttpUtility.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public HttpUtility(UserPreferences userPrefs, boolean useAuth, int maxRetries, d
BROWSER_COMPATIBLE_HOSTNAME_VERIFIER
);

httpClient = HttpClients.custom().
httpClient = clientBuilder.
setSSLSocketFactory(factory).
setRetryHandler(datasyncDefaultHandler).
setKeepAliveStrategy(datasyncDefaultKeepAliveStrategy).
Expand Down

0 comments on commit 6354b62

Please sign in to comment.