-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure #1147
Comments
In comparison, here is the successful run from my desktop's JDK:
Context
|
From my lay perspective, I can see the various messages |
I can confirm that this is an Adoptium specific bug / problem. I tried to build my project using Amazon Corretto. For further context, it's a desktop application packaged with sbt-native-packager using jlink. No issues there:
Context
|
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
@Sciss So sorry I missed this! We ship the Mozilla set of certificates with Temurin (Corretto may ship a different set). You can try the latest 17.0.13 (some new ones were added recently) else you may need to manually add it to the cert store. |
Question
I am getting a SSL handshake_failure exception when trying to access the freesound.org API. This only happens when I run my application packaged with Adoptium/Temurin 17, but not when I run from my desktop system (OpenJDK from Debian). I'm at loss here. I enabled the net debug, below is the output, perhaps it shines some light on what's going on here.
Context
The text was updated successfully, but these errors were encountered: