You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When tls``client binding is configured to use TLSv1.3 (default) and remote TLS endpoint also supports TLSv1.3 then the TLS handshake can stall.
To Reproduce
Configure zilla.yaml to use tlsclient binding with TLSv1.3 and attempt to complete TLS handshake.
Expected behavior TLSv1.3 handshake should complete successfully.
Additional context
As a workaround, explicitly configuring the tlsclient binding version to use TLSv1.2 prevents the stall.
SSLEngine handshake status immediately after the handshake can be NOT_HANDSHAKING rather than FINISHED with TLSv1.3
Describe the bug
When
tls``client
binding is configured to useTLSv1.3
(default) and remote TLS endpoint also supports TLSv1.3 then the TLS handshake can stall.To Reproduce
Configure
zilla.yaml
to usetls
client
binding withTLSv1.3
and attempt to complete TLS handshake.Expected behavior
TLSv1.3
handshake should complete successfully.Additional context
As a workaround, explicitly configuring the
tls
client
bindingversion
to useTLSv1.2
prevents the stall.SSLEngine
handshake status immediately after the handshake can beNOT_HANDSHAKING
rather thanFINISHED
withTLSv1.3
See https://bugs.openjdk.org/browse/JDK-8240871 for details.
The text was updated successfully, but these errors were encountered: