This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 5d55da4  GEODE-9527: Use TLS v 1.2 in test (#6781)
5d55da4 is described below

commit 5d55da4a2c0375353fedc5c197aae710ffd83b1d
Author: Ernie Burghardt <eburgha...@pivotal.io>
AuthorDate: Fri Sep 3 12:47:16 2021 -0500

    GEODE-9527: Use TLS v 1.2 in test (#6781)
---
 .../java/org/apache/geode/experimental/driver/SSLTest.java              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/geode-experimental-driver/src/integrationTest/java/org/apache/geode/experimental/driver/SSLTest.java
 
b/geode-experimental-driver/src/integrationTest/java/org/apache/geode/experimental/driver/SSLTest.java
index 6d09c48..7fffe94 100644
--- 
a/geode-experimental-driver/src/integrationTest/java/org/apache/geode/experimental/driver/SSLTest.java
+++ 
b/geode-experimental-driver/src/integrationTest/java/org/apache/geode/experimental/driver/SSLTest.java
@@ -179,7 +179,7 @@ public class SSLTest {
 
   @Test
   public void driverCannotConnectIfProtocolsMismatch() throws Exception {
-    startLocator(SERVER_KEY_STORE, SERVER_TRUST_STORE, true, "TLSv1.1", "any");
+    startLocator(SERVER_KEY_STORE, SERVER_TRUST_STORE, true, "TLSv1.3", "any");
     startServer();
 
     assertThatThrownBy(() -> new DriverFactory().addLocator("localhost", 
locatorPort)

Reply via email to