We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fbeb5 commit 03788ffCopy full SHA for 03788ff
jmx-scrapper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxRemoteClientTest.java
@@ -80,7 +80,15 @@ void loginPwdAuth() {
80
81
@Test
82
void serverSSL() {
83
- // TODO: test with SSL enabled
+ // 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
92
}
93
94
private static void testConnector(ConnectorSupplier connectorSupplier) {
0 commit comments