Skip to content

Add configuration setting to set proxy server #201

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

Merged
merged 6 commits into from
Jul 26, 2018
Merged

Add configuration setting to set proxy server #201

merged 6 commits into from
Jul 26, 2018

Conversation

hannobraun
Copy link
Contributor

See #147

@ArduinoBot ArduinoBot closed this Feb 1, 2018
@hannobraun
Copy link
Contributor Author

Why did the bot close this?

@matteosuppo matteosuppo reopened this Jul 24, 2018
@matteosuppo
Copy link
Contributor

arduino-create-agent.zip

How to test without being behind a proxy:

  • create a proxy.ini file with this content:
name = "with proxy"
httpProxy = http://your.proxy:port
  • with only the default configuration open the debug console and launch downloadtool avrdude latest arduino replace
    it should succeed (because it's not using proxies)
  • select the proxy configuration and launch the same command
    it should fail (because it's trying to use proxies)

Of course, if you are behind a proxy, it should be the other way around (it should succeed when it's using proxies)

The flag parser was confused with flags separated by spaces, resulting
in inconsistent behaviour where flags were discarded
@smellai smellai merged commit 0d99e2f into arduino:devel Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants