File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
src/test/java/org/sourcelab/kafka/connect/apiclient/rest Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ configuration.useTrustStore(
8484// configuration.useInsecureSslCertificates();
8585
8686/*
87- * If your Kafka-Connect instance is configured to require a valid client certificate , you can configure a KeyStore for
87+ * If your Kafka-Connect instance is configured to validate client certificates , you can configure a KeyStore for
8888 * the client to send with each request:
8989 */
9090configuration. useKeyStore(
Original file line number Diff line number Diff line change 2222import org .sourcelab .kafka .connect .apiclient .Configuration ;
2323
2424import javax .net .ssl .HostnameVerifier ;
25- import javax .net .ssl .TrustManager ;
26- import javax .net .ssl .X509TrustManager ;
2725
28- import java .io .File ;
29-
30- import static org .junit .Assert .assertEquals ;
3126import static org .junit .Assert .assertFalse ;
3227import static org .junit .Assert .assertNotNull ;
3328import static org .junit .Assert .assertTrue ;
You can’t perform that action at this time.
0 commit comments