santosh-d3vpl3x commented on code in PR #12933:
URL: https://github.com/apache/druid/pull/12933#discussion_r952867447
##########
core/src/test/java/org/apache/druid/java/util/http/client/FriendlyServersTest.java:
##########
@@ -275,6 +276,8 @@ public void testFriendlySelfSignedHttpsServer() throws
Exception
sslConnector.setPort(0);
server.setConnectors(new Connector[]{sslConnector});
+ KeyStoreScanner keyStoreScanner = new KeyStoreScanner(sslContextFactory);
Review Comment:
Good question,
https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/tests/test-integration/src/test/java/org/eclipse/jetty/test/KeyStoreScannerTest.java#L182-L206
leads me to believe that it has that ability.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]