On Sun, 15 Mar 2026 11:34:16 GMT, Mikhail Yankelevich 
<[email protected]> wrote:

>> SendaoYan has updated the pull request incrementally with two additional 
>> commits since the last revision:
>> 
>>  - Optimize import
>>  - Fix "Server not ready" error in createPKI
>
> test/jdk/javax/net/ssl/Stapling/HttpsUrlConnClient.java line 345:
> 
>> 343:         HtucSSLSocketFactory sockFac = new 
>> HtucSSLSocketFactory(cliParams);
>> 344:         HttpsURLConnection.setDefaultSSLSocketFactory(sockFac);
>> 345:         URL location = new URL("https://localhost:"; + serverPort);
> 
> Could you please change this to use the `InetAddress.getLoopbackAddress()` 
> address?

Thanks. Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30212#discussion_r2957581048

Reply via email to