Pārlūkot izejas kodu

HADOOP-16655. Change cipher suite when fetching tomcat tarball for branch-2

Jonathan Hung 5 gadi atpakaļ
vecāks
revīzija
1ee6d432f8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      dev-support/docker/Dockerfile

+ 1 - 1
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
 
 
 ###