Integrated: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset

Fernando Guallini fguallini at openjdk.java.net
Tue Feb 16 18:58:46 UTC 2021


On Thu, 4 Feb 2021 13:00:47 GMT, Fernando Guallini <fguallini at openjdk.org> wrote:

> The server side is binding to the wildcard address which has been a source of instability in many networking tests due to javax.net.ssl.SSLException: Connection reset. Changing the following tests to bind to loopback address fixes intermittent failures:
> sun/security/ssl/SSLSocketImpl/ReverseNameLookup.java
> javax/net/ssl/TLSCommon/TLSTest.java
> sun/security/ssl/CipherSuite/SupportedGroups.java
> 
> 
> javax/net/ssl/SSLSession/TestEnabledProtocols.java still throws a connection reset occasionally because the server closes the connection before the client is done during handshake. That race condition cannot be completely removed in this test, thus is now handled and logged.

This pull request has now been integrated.

Changeset: 0a50688d
Author:    Fernando Guallini <fguallini at openjdk.org>
Committer: Rajan Halade <rhalade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/0a50688d
Stats:     58 lines in 4 files changed: 42 ins; 7 del; 9 mod

8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset

Reviewed-by: dfuchs, rhalade

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

PR: https://git.openjdk.java.net/jdk/pull/2405



More information about the security-dev mailing list