On Mon, 1 Feb 2021 19:40:07 GMT, Rajan Halade <[email protected]> wrote:
>> Hi everyone,
>>
>> Please review my fix for JDK-8211227
>>
>> This supportability fix will result in a more consistent debug format when
>> reading and writing TLS protocol versions.
>>
>> Thanks,
>> Evan
>
> test/jdk/sun/security/ssl/SSLLogger/LoggingFormatConsistency.java line 83:
>
>> 81: // Re-enabling as test depends on these algorithms
>> 82: SecurityUtils.removeFromDisabledTlsAlgs("TLSv1", "TLSv1.1");
>> 83: var url = new URL("https://jpg-data.us.oracle.com/");
>
> This URL is not accessible outside.
Thanks Rajan,
I'm going to change my approach for this test, I will set up a dummy server on
localhost and create my URL based off that, rather than URLs pointing to an
existing site
-------------
PR: https://git.openjdk.java.net/jdk/pull/2331