agingade commented on a change in pull request #6781:
URL: https://github.com/apache/geode/pull/6781#discussion_r694361752



##########
File path: 
geode-experimental-driver/src/integrationTest/java/org/apache/geode/experimental/driver/SSLTest.java
##########
@@ -179,7 +179,7 @@ public void driverCanConnectWithOneWayAuthentication() 
throws Exception {
 
   @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");

Review comment:
       Is this because of TLS version change in the product? Does the test 
needs to be changed in future if there are version changes in the future?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to