Skip to content

Commit 03788ff

Browse files
committed
add TODO for testing server SSL support
1 parent a3fbeb5 commit 03788ff

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

jmx-scrapper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxRemoteClientTest.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,15 @@ void loginPwdAuth() {
8080

8181
@Test
8282
void serverSSL() {
83-
// TODO: test with SSL enabled
83+
// TODO: test with SSL enabled as RMI registry seems to work differently with SSL
84+
85+
// create keypair (public,private)
86+
// create server keystore with private key
87+
// configure server keystore
88+
//
89+
// create client truststore with public key
90+
// can we configure to use a custom truststore ???
91+
// connect to server
8492
}
8593

8694
private static void testConnector(ConnectorSupplier connectorSupplier) {

0 commit comments

Comments
 (0)