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

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


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

commit c25d3e6542861b7e179c8f93e7077d9000c34acd
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)
    
    (cherry picked from commit 5d55da4a2c0375353fedc5c197aae710ffd83b1d)
---
 .../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 f094eb4..e3c8253 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
@@ -182,7 +182,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();
     expectedException.expect(SSLException.class);
     driver = new DriverFactory().addLocator("localhost", locatorPort)

Reply via email to