RFR: 8290083: ResponseBodyBeforeError: AssertionError or SSLException: Unsupported or unrecognized SSL message [v2]
Jaikiran Pai
jpai at openjdk.org
Tue Jul 12 09:45:49 UTC 2022
On Tue, 12 Jul 2022 08:17:35 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...
>
> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
>
> increase maxUnexpected limit
Marked as reviewed by jpai (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/9454
More information about the net-dev
mailing list