Skip to content

Commit

Permalink
Add support for deprecated TLS versions removed in JDK 17
Browse files Browse the repository at this point in the history
This is needed when the application-runner is started with JDK 17, but the underlying applications or services haven't been updated to a more recent TLS
  • Loading branch information
aaneja committed Dec 20, 2024
1 parent 18d435a commit 5643924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions presto-product-tests/conf/docker/files/run-tempto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fi
java \
`#-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5007` \
"-Djava.util.logging.config.file=${DOCKER_TEMPTO_CONF_DIR}/logging.properties" \
"-Djdk.tls.client.protocols=TLSv1,TLSv1.1,TLSv1.2,TLSv1.3" \
-Duser.timezone=Asia/Kathmandu \
-cp "/docker/volumes/jdbc/driver.jar:/docker/volumes/presto-product-tests/presto-product-tests-executable.jar" \
com.facebook.presto.tests.TemptoProductTestRunner \
Expand Down

0 comments on commit 5643924

Please sign in to comment.