RFR: JDK-8260925: HttpsURLConnection does not work with other JSSE provider.
Vyom Tewari
vtewari at openjdk.java.net
Tue Mar 2 15:37:46 UTC 2021
On Tue, 2 Mar 2021 15:03:47 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> May be i am not sure, we may need this code change to review by security expert. I am setting "SNIHostName" only if "isDefaultHostnameVerifier" is true(If the HNV is the default from HttpsURLConnection) so there should not be problem.
>
> Did you try to run the httpclient tests? They make use of the httpserver - so they can also serve to test it - somewhat.
> More generally - please run jdk_net/tier2 tests.
i ran tests, it looks clean(https://github.com/vyommani/jdk/actions/runs/612949667)
-------------
PR: https://git.openjdk.java.net/jdk/pull/2583
More information about the net-dev
mailing list