Skip to content
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

robo self:update does not respect the HTTP_PROXY env variable #713

Open
c33s opened this issue Apr 6, 2018 · 2 comments
Open

robo self:update does not respect the HTTP_PROXY env variable #713

c33s opened this issue Apr 6, 2018 · 2 comments

Comments

@c33s
Copy link
Contributor

c33s commented Apr 6, 2018

Steps to reproduce

robo self:update

while behind a proxy server, which is configured by env variables

HTTPS_PROXY=http://proxy.example.com:1080
HTTP_PROXY=http://proxy.example.com:1080

Expected behavior

should update

Actual behavior

 Failed to copy "https://github.com/consolidation/Robo/releases/download/1.2.3/robo.phar" to "C:\home\bin/robo-temp.phar" because source file could not be opened for reading.

self:update [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [--simulate] [--progress-delay PROGRESS-DELAY] [-D|--define DEFINE] [--] <command>

access to the net is firewalled and only allowed through the proxy.
a direct access it attemted (seen in firewall log)

System Configuration

win7x64, php7.1

@greg-1-anderson
Copy link
Member

Works fine without a proxy. PR welcome.

@greg-1-anderson
Copy link
Member

More useful suggestions can be found at #714 (comment)

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

No branches or pull requests

2 participants