Integrated: 8290083: ResponseBodyBeforeError: AssertionError or SSLException: Unsupported or unrecognized SSL message

Daniel Fuchs dfuchs at openjdk.org
Tue Jul 12 10:01:59 UTC 2022


On Mon, 11 Jul 2022 14:35:55 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> Please find enclosed a simple test fix.
> This test has been observed failing once with an SSLException. My suspicion is that some random process (other test or ...) has tried to connect to the test ReplyingServer and sent some plain text that failed the handshake.
> 
> The fix hardens the server to close the connection and proceed to accept the next one, for a limited number of times...

This pull request has now been integrated.

Changeset: 3b9059a1
Author:    Daniel Fuchs <dfuchs at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3b9059a1471ba74af8bf6a3c0e5b2e1140eb4afd
Stats:     23 lines in 1 file changed: 16 ins; 0 del; 7 mod

8290083: ResponseBodyBeforeError: AssertionError or SSLException: Unsupported or unrecognized SSL message

Reviewed-by: jpai

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

PR: https://git.openjdk.org/jdk/pull/9454


More information about the net-dev mailing list