michael-o commented on code in PR #255: URL: https://github.com/apache/maven-resolver/pull/255#discussion_r1121393109
########## maven-resolver-transport-http/src/test/java/org/eclipse/aether/transport/http/HttpServer.java: ########## @@ -136,9 +136,17 @@ public String getHttpsUrl() { } public HttpServer addSslConnector() { + return addSslConnector(true); + } + + public HttpServer addSelfSignedSslConnector() { + return addSslConnector(false); + } Review Comment: Where? `addSslConnector()` still passes true. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org