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

This commit is contained in:
Jonathan Hung 2019-10-15 17:21:45 -07:00
parent 108127238b
commit f555aa740b
1 changed files with 1 additions and 1 deletions

View File

@ -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
###