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:41:24 UTC

[hadoop] branch branch-2 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
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit f555aa740b53323f54e6ab2739d662700c8f4d47
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