-
Notifications
You must be signed in to change notification settings - Fork 25
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
...but does it work behind HTTP proxy? #9
Comments
I'll work on it 👍 |
Cool! Thanks!!!
|
I think is a got issue... See sindresorhus/got#7 or sindresorhus/got#79 . I'll try with other module, maybe i can add a config for proxed users 👍 |
Ok maybe now it's works fine. I'm sorry but i need your (@lwiechec) help, because right now i can't test it behind a proxy. Clone the $ git clone -b proxy https://github.com/Rawnly/splash-cli.git && cd splash-cli
$ npm install # or yarn
$ node cli.js --proxed true
$ node cli.js Thanks for your patience. |
@rawnly :) no problem: I have run all the steps. It comes (as far as I can tell) from the fast that As I am behind very restrictive proxy (ie. DNS that I have is internal). After I add
but it times out after ~30 secs and in the end I am getting:
I think it means that in the end it is not going through proxy... |
@lwiechec try to add also |
I tried that. Even with |
@lwiechec keep wait, i'm working on a solution (i hope)! |
:) big thanks for the effort!!
…---- On Qua, 01 mar 2017 09:12:27 +0100 Federico Vitale <notifications@github.com> wrote ----
@lwiechec keep wait, i'm working on a solution (i hope)!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
If someone have any ideas on how to fix that, feel free to create a new PR or contact me |
Basic informations
2.3.3
6.9.5
ISSUE
I am behind HTTP proxy and
splash-cli
says that there is no internet connection. I do havehttp_proxy
andhttps_proxy
env, variables set...The text was updated successfully, but these errors were encountered: