Skip to content

Commit 2ef5231

Browse files
cwperksdk2k
authored andcommitted
Add TLSv1.3 in jdk.tls.client.protocols systemProp in gradle.properties (opensearch-project#16237)
* Remove force to TLSv1.2 in gradle.properties Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add TLSv1.3 Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent a428f73 commit 2ef5231

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ systemProp.org.gradle.dependency.duplicate.project.detection=false
3131
# Enforce the build to fail on deprecated gradle api usage
3232
systemProp.org.gradle.warning.mode=fail
3333

34-
# forcing to use TLS1.2 to avoid failure in vault
35-
# see https://github.com/hashicorp/vault/issues/8750#issuecomment-631236121
36-
systemProp.jdk.tls.client.protocols=TLSv1.2
34+
systemProp.jdk.tls.client.protocols=TLSv1.2,TLSv1.3
3735

3836
# jvm args for faster test execution by default
3937
systemProp.tests.jvm.argline=-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m

0 commit comments

Comments
 (0)