RFR: 8326233 Utils#copySSLParameters loses needClientAuth Setting
Jaikiran Pai
jpai at openjdk.org
Tue Feb 20 10:10:07 UTC 2024
On Tue, 20 Feb 2024 09:16:06 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> While at this, I noticed that we don't copy signatureSchemes and namedGroups either. We should probably fix that.
You are right, we will need to consider them during the SSLParameters copying within the HttpClient. Those methods on the SSLParameters have been introduced in Java 19 and Java 20. I'll open a separate JBS issue to update the `Utils.copySSLParameters` to take these into account.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17923#issuecomment-1953873607
More information about the net-dev
mailing list