Skip to content

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

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Sep 10, 2020

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.

@cmaglie cmaglie self-assigned this Sep 11, 2020
@cmaglie cmaglie merged commit 2fd5944 into arduino:master Sep 14, 2020
@cmaglie cmaglie deleted the fix_mac_ssl_errors branch September 14, 2020 13:21
@cmaglie cmaglie added this to the Release 1.8.14 milestone Sep 14, 2020
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