-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Fix increase in ssl error for MacOS users #10747
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
Conversation
✅ Build completed.
Please test this code using one of the following:
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10747-BUILD-984-linux32.tar.xz
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10747-BUILD-984-linux64.tar.xz
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10747-BUILD-984-windows.zip
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10747-BUILD-984-macosx.zip
⬇️ https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10747-BUILD-984-linuxarm.tar.xz
i️ The linuxarm
build is still experimental and may not be always available.
I've disabled the auto-search for system-installed JVM (to use, when found, instead of the bundled one) and should fix the increase ssl errors recently reported by macos users.
Even if it looks like the best thing to do long term, turned out that this feature creates more confusion to users having an older version of the JVM already installed that is incompatible with the current IDE (and it seems that this is a very common case).
Moreover, the current versions of the Oracle JVM 8 generate the SSL errors reported here:
#10685
#10563
It's not clear if this is due to appbundler or is due to the fact that we run java code compiled for an older runtime on a newer runtime.