Skip to content

Conversation

@dakirily
Copy link
Contributor

This PR addresses appveyor builds failing with error "no PSK available" during maven dependency resolution.

Seemingly apveyor image "Visual Studio 2019" contains JDK 11.0.2:
https://www.appveyor.com/docs/windows-images-software/#java

JDK 11.0.2 has an issue with TLS 1.3 (Possible race condition in TLS 1.3 session resumption):
https://bugs.openjdk.org/browse/JDK-8213202

To resolve the issue without changing the JDK version, flag forcing TLS 1.2 usage was added to maven commands

@gemmellr gemmellr merged commit eff87a4 into apache:main Jan 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants