zstan commented on code in PR #13578:
URL: https://github.com/apache/ignite/pull/13578#discussion_r4005870376
##########
modules/clients/src/test/java/org/apache/ignite/jdbc/thin/JdbcThinConnectionSSLTest.java:
##########
@@ -723,4 +754,35 @@ public static class TestSSLFactory implements
Factory<SSLSocketFactory> {
return getTestSslContextFactory().create().getSocketFactory();
}
}
+
+ /** */
+ private Set<String> supportedCipherSuites() throws Exception {
Review Comment:
done
##########
modules/clients/src/test/java/org/apache/ignite/jdbc/thin/JdbcThinConnectionSSLTest.java:
##########
@@ -333,15 +336,20 @@ public void testCustomCiphersOnServer() throws Exception {
*/
@Test
public void testDisabledCustomCipher() throws Exception {
+ Set<String> disabledSuites = disabledByDefaultCipherSuites();
+ String disabledSuite = disabledSuites.iterator().next();
Review Comment:
done
--
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]