Skip to content

Commit

Permalink
add TODO for testing server SSL support
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 16, 2024
1 parent a3fbeb5 commit 03788ff
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 03788ff

Please sign in to comment.