RFR: 8369950: TLS connection to IPv6 address fails with BCJSSE due to IllegalArgumentException [v2]

Mikhail Yankelevich myankelevich at openjdk.org
Tue Dec 2 15:25:09 UTC 2025


On Tue, 2 Dec 2025 15:17:21 GMT, Sergey Chernyshev <schernyshev at openjdk.org> wrote:

>> test/jdk/javax/net/ssl/HttpsURLConnection/SubjectAltNameIPv6.java line 65:
>> 
>>> 63:      * Turn on SSL debugging?
>>> 64:      */
>>> 65:     static boolean debug = Boolean.getBoolean("test.debug");
>> 
>> Actually, do we even need this? Wouldn't it be easier to set `javax.net.debug` in the `@run` call? It's `othervm` already. 
>> Sorry for confusion, didn't think about it at first
>
> @myankelev should I revert the suggested change?

Nope, it's fine as it is now, but if you want you can remove this debug flag completely. It's up to you

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28577#discussion_r2581661759


More information about the security-dev mailing list