Skip to content

Disable SSL when downloading package and libraries index file #11761

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

Closed
Pandede opened this issue Feb 15, 2022 · 1 comment
Closed

Disable SSL when downloading package and libraries index file #11761

Pandede opened this issue Feb 15, 2022 · 1 comment
Labels
Component: Board/Lib Manager Boards Manager or Library Manager question A request for information

Comments

@Pandede
Copy link

Pandede commented Feb 15, 2022

The Arduino IDE keeps showing Error downloading https://downloads.arduino.cc/libraries/library_index.json
I've encountered the same issue when I was downloading the package_index.json, then I figured it out that is the SSL problem (the enterprise firewall), thus I add http://downloads.arduino.cc/libraries/package_index.json into "Additional Board Manager URLs" and it worked fine.
I've modified com.sun.management.jmxremote.ssl=false in the file ./java/lib/management/management.properties, but it still doesn't work.
How can I disable the SSL?

Arduino Version: 1.8.19
OS: Ubuntu 18.04

@per1234 per1234 added Component: Board/Lib Manager Boards Manager or Library Manager question A request for information labels Feb 15, 2022
@Pandede
Copy link
Author

Pandede commented Feb 15, 2022

I just found the solution of the issue.
This error occurred due to the self-signed certificate, add certificate of my company to Java keystore is required.

The link of solution is here (Linux):
https://forum.arduino.cc/t/arduino-ide-cant-download-libraries-and-boards/650155/11

@per1234 per1234 closed this as completed Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Board/Lib Manager Boards Manager or Library Manager question A request for information
Projects
None yet
Development

No branches or pull requests

2 participants