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
Users may access the Internet via a proxy server. Arduino IDE can be configured for this use case via the "Network" tab of the "Preferences" dialog.
🐛 When the "Port number" preference is set to 80, the proxy configuration is not correctly handled by the IDE, with two distinct symptoms:
A. The IDE is not able to connect to the network (lower left corner of IDE reports "Offline", libraries etc. are not accessible).
B. The "Port number" preference is blank.
To reproduce
The following demonstrates the '"Port number" preference is blank' fault:
Select File > Preferences... from the Arduino IDE menus.
The "Preferences" dialog will open
Select the "Network" tab in the dialog.
Select the "Manual proxy configuration" radio button.
Configure proxy as follows:
Select the "HTTP" radio button.
Set "Host name" to example.com
Set "Port number" to 80
Set "Username" to foo
Set "Password" to bar
Click the "OK" button.
Select File > Preferences... from the Arduino IDE menus.
Click the "Network" tab.
🙂 The proxy configuration is as you specified at step (4).
Click the "OK" button.
Select File > Quit (or Arduino > Quit Arduino for macOS users) from the Arduino IDE menus.
All Arduino IDE windows will close.
Start Arduino IDE.
Select File > Preferences... from the Arduino IDE menus.
Click the "Network" tab.
🐛 The "Port number" preference is blank.
Expected behavior
The IDE is able to access the Internet through the proxy server when it uses port 80.
The preferences shows the configured port number when the preference is set to 80.
Arduino IDE version
Original report
2.2.2-nightly-20240119
Last verified with
2.3.4
Operating system
Windows
Operating system version
Windows 10 Home 10.10.19045
Windows 11
Additional context
The fault does not occur with other port number values.
I can see that the port number is set to 80 in the arduino-cli.yaml configuration file (even though it is not shown in the Preferences dialog):
per1234
changed the title
Arduino IDE 2.2.2 -> 1. proxy port 80 not working, 2. cannot set port 80 in proxy settings and 3. proxy port changes are not updated in yaml file
Proxy port 80 not working
Dec 13, 2024
Describe the problem
Users may access the Internet via a proxy server. Arduino IDE can be configured for this use case via the "Network" tab of the "Preferences" dialog.
🐛 When the "Port number" preference is set to
80
, the proxy configuration is not correctly handled by the IDE, with two distinct symptoms:A. The IDE is not able to connect to the network (lower left corner of IDE reports "Offline", libraries etc. are not accessible).
B. The "Port number" preference is blank.
To reproduce
The following demonstrates the '"Port number" preference is blank' fault:
The "Preferences" dialog will open
example.com
80
foo
bar
🙂 The proxy configuration is as you specified at step (4).
All Arduino IDE windows will close.
🐛 The "Port number" preference is blank.
Expected behavior
80
.80
.Arduino IDE version
Original report
2.2.2-nightly-20240119
Last verified with
2.3.4
Operating system
Windows
Operating system version
Additional context
The fault does not occur with other port number values.
I can see that the port number is set to
80
in thearduino-cli.yaml
configuration file (even though it is not shown in the Preferences dialog):Issue checklist
The text was updated successfully, but these errors were encountered: