diff --git a/jmx-scrapper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxRemoteClientTest.java b/jmx-scrapper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxRemoteClientTest.java index ffcea4f77..c3cfb61de 100644 --- a/jmx-scrapper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxRemoteClientTest.java +++ b/jmx-scrapper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxRemoteClientTest.java @@ -80,7 +80,15 @@ void loginPwdAuth() { @Test void serverSSL() { - // TODO: test with SSL enabled + // TODO: test with SSL enabled as RMI registry seems to work differently with SSL + + // create keypair (public,private) + // create server keystore with private key + // configure server keystore + // + // create client truststore with public key + // can we configure to use a custom truststore ??? + // connect to server } private static void testConnector(ConnectorSupplier connectorSupplier) {