You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 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 addhttp://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
The text was updated successfully, but these errors were encountered: