You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by jh...@apache.org on 2019/10/16 00:42:56 UTC

[hadoop] branch branch-2.10.0 updated: HADOOP-16655. Change cipher suite when fetching tomcat tarball for branch-2

This is an automated email from the ASF dual-hosted git repository.

jhung pushed a commit to branch branch-2.10.0
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10.0 by this push:
     new 1ee6d43  HADOOP-16655. Change cipher suite when fetching tomcat tarball for branch-2
1ee6d43 is described below

commit 1ee6d432f841fc5377327d38e657a615e50b06b5
Author: Jonathan Hung <jh...@jhung-ld4.linkedin.biz>
AuthorDate: Tue Oct 15 17:21:45 2019 -0700

    HADOOP-16655. Change cipher suite when fetching tomcat tarball for branch-2
---
 dev-support/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 311fb65..0e2ac97 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -213,7 +213,7 @@ RUN curl -L -s -S \
 ###
 # Avoid out of memory errors in builds
 ###
-ENV MAVEN_OPTS -Xms256m -Xmx1536m -Dhttps.protocols=TLSv1.2
+ENV MAVEN_OPTS -Xms256m -Xmx1536m -Dhttps.protocols=TLSv1.2 -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
 
 
 ###


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org