Skip to content

IDE updater doesn't use the configured proxy #2232

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

Open
3 tasks done
wh201906 opened this issue Sep 20, 2023 · 0 comments
Open
3 tasks done

IDE updater doesn't use the configured proxy #2232

wh201906 opened this issue Sep 20, 2023 · 0 comments
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@wh201906
Copy link
Contributor

wh201906 commented Sep 20, 2023

Describe the problem

When updating the IDE with the built-in updater, the traffic doesn't go through the proxy, even if I have configured it in the preferences.

To reproduce

  1. Select File > Preferences... from the Arduino IDE menus.
  2. Click the "Network" tab.
  3. Select the "Manual proxy configuration" radio button.
  4. Configure proxy as follows:
    • Select the "HTTP" radio button.
    • Set "Host name" to example.com
    • Set "Port number" to 42
    • Set "Username" to foo
    • Set "Password" to bar
  5. Click the OK button.
  6. Trigger an IDE update.

🐛 The update is downloaded successfully, even though it should have failed if the invalid proxy configuration was used.

Expected behavior

The updater should also use the proxy setting in the Preferences.

Arduino IDE version

Original report

2.1.0

Last verified with

2.3.4

Operating system

Windows

Operating system version

Windows 10

Additional context

The configuration provided by the standardized http_proxy and https_proxy environment variables are also not used by the updater.

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
@wh201906 wh201906 added the type: imperfection Perceived defect in any part of project label Sep 20, 2023
@per1234 per1234 added the topic: code Related to content of the project itself label Sep 21, 2023
@per1234 per1234 closed this as completed Dec 12, 2024
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Dec 12, 2024
@per1234 per1234 reopened this Dec 12, 2024
@per1234 per1234 removed the conclusion: duplicate Has already been submitted label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants