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

which libs/command is used to connect to Internet? #3

Open
Thelvaen opened this issue Jun 20, 2019 · 6 comments
Open

which libs/command is used to connect to Internet? #3

Thelvaen opened this issue Jun 20, 2019 · 6 comments

Comments

@Thelvaen
Copy link

The question is mainly to know how to tell them to connect through the proxy i'm using.

@alexgarrettsmith
Copy link
Collaborator

Guzzle is used to connect and will make a request to api.codecourse.com and subsequently the signed S3 url where video downloads are stored.

Let me know if you need any more info.

@Thelvaen
Copy link
Author

Thelvaen commented Jun 20, 2019

Hey Alex,

It seems that Guzzle uses cURL, and unfortunately, in my case (windows + your build of the lib), it does not really care about proxy setting variables.

Could you try to include a way to define the proxy parameters?

Many thanks for your support/help :)

@antoniogarcia78
Copy link

I use windows 10 and have a corporate proxy . I need to set the proxy every open the terminal
set http_proxy=http://your_proxy:your_port
set https_proxy=https://your_proxy:your_port
And codecourse cli works perfect
(I need use the proxy to use composer anyway

@Thelvaen
Copy link
Author

I use windows 10 and have a corporate proxy . I need to set the proxy every open the terminal
set http_proxy=http://your_proxy:your_port
set https_proxy=https://your_proxy:your_port
And codecourse cli works perfect
(I need use the proxy to use composer anyway

I have those vars setup in my env on Windows 8.1, and it does not work at all (composer works fine).

@antoniogarcia78
Copy link

I use cmder and not the windows bash. Maybe can be this

@Thelvaen
Copy link
Author

I tried with Cygwin, and it did not work either ...

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

3 participants