echobravopapa commented on a change in pull request #6781:
URL: https://github.com/apache/geode/pull/6781#discussion_r693180208
##########
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.2", "any");
Review comment:
good point...
--
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]