Description
Describe the problem
Arduino IDE tries to download various parts like libraries, board descritions and others from internet sources. This fails if a mandatory proxy hast to be used to access the internet, because at the time arduino ide tries to download the proxy is not configured.
To reproduce
Install Arduino IDE on a clean system. Allow internet access only thru some proxy. Arduino IDE will fail to start for a very long period, because it tries to connect to the internet without using the proxy.
Expected behavior
Arduino IDE first allowing to configure it for the environment so it can use a given proxy for internet access.
Arduino IDE version
2.2.1
Operating system
Windows, Linux, macOS, N/A
Operating system version
Windows 10, 11; Linux: Debian, Ubuntu
Additional context
Arduino IDE shall use proxy autoconfiguration or given environment variables or just start, to allow for a first time configuration. After this configuration it can download the missing libraries and boards.
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details