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
This commit fixes the pinning of SSLContexts to TLSv1.2 in the
SSLConfigurationReloaderTests. The pinning was added for the initial
creation of clients and webservers but the updated contexts would
default to TLSv1.3, which is known to cause hangs with the
MockWebServer that we use.
Relates elastic#38103Closeselastic#38247
This commit fixes the pinning of SSLContexts to TLSv1.2 in the
SSLConfigurationReloaderTests. The pinning was added for the initial
creation of clients and webservers but the updated contexts would
default to TLSv1.3, which is known to cause hangs with the
MockWebServer that we use.
Relates #38103Closes#38247
This test suite hangs indefinitely when run locally, but I haven't seen CI be impacted yet.
Reproduce with:
Whichever test runs first in this suite hangs.Upon further investigation, only
testReloadingTrustStore
andtestReloadingPEMTrustConfig
hang.Possibly related to #32124
Appears to have been introduced by #38103
Confirmed on MacOS and Linux.
The text was updated successfully, but these errors were encountered: