kwin opened a new issue, #1851: URL: https://github.com/apache/maven-resolver/issues/1851
### New feature, improvement proposal Currently https://github.com/apache/maven-resolver/blob/master/maven-resolver-util/src/main/java/org/eclipse/aether/util/repository/AuthenticationBuilder.java does not support certificate based authentication. Although the HTTP transporters seem to evaluate https://github.com/apache/maven-resolver/blame/a62d79f399cc7559dc5db3980484c8e7d962b814/maven-resolver-api/src/main/java/org/eclipse/aether/repository/AuthenticationContext.java#L122, for example in https://github.com/apache/maven-resolver/blob/a62d79f399cc7559dc5db3980484c8e7d962b814/maven-resolver-transport-jdk-parent/maven-resolver-transport-jdk11/src/main/java/org/eclipse/aether/transport/jdk/JdkTransporter.java#L488, there doesn't seem to be any code ever setting an SSLContext. There was once an abandoned PR related to that: https://github.com/apache/maven-resolver/pull/51 -- 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]
