Skip to content

Commit

Permalink
add TODO to enable server-side SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 16, 2024
1 parent 1619595 commit a3fbeb5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ void loginPwdAuth() {

}

@Test
void serverSSL() {
// TODO: test with SSL enabled
}

private static void testConnector(ConnectorSupplier connectorSupplier) {
try (JMXConnector connector = connectorSupplier.get()) {
assertThat(connector.getMBeanServerConnection())
Expand Down

0 comments on commit a3fbeb5

Please sign in to comment.