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

Proxy support #81

Open
ArthurZob opened this issue Feb 26, 2018 · 7 comments
Open

Proxy support #81

ArthurZob opened this issue Feb 26, 2018 · 7 comments

Comments

@ArthurZob
Copy link

Hello,

I am not able to upload throught my company proxy. I got this error :

Unable validate connection! Validation error: tunneling socket could not be established, statusCode=504 Error: Error: tunneling socket could not be established, statusCode=504

I can't find anything related to this. Will it be an evolution ? Or is there an alternative solution ?

Regards,
Arthur

@SqrTT
Copy link
Owner

SqrTT commented Feb 27, 2018

Hi @ArthurZob

Thanks for reporting. Unfortunately, the extension doesn't support work behind a proxy. Probably could be added in the future.

@ArthurZob
Copy link
Author

Hello @SqrTT,
Thank you for your answer, hope it will be supported soon :)
Regards,
Arthur

@pierreantoinelefebvrepf

Hello @SqrTT,

Could you tell me if the extension works now behind a proxy ? :)
Regards,
Pierre-Antoine

@SqrTT
Copy link
Owner

SqrTT commented Sep 12, 2018

Hi @pierreantoinelefebvrepf
No, it still doesn't behind a proxy.

If you have time/resources I would be glad to merge your PR with the feature.

@SGD1953
Copy link
Contributor

SGD1953 commented May 8, 2019

@pierreantoinelefebvrepf have you tried setting HTTPS_PROXY env variable? At least for the upload piece the npm request module is used by the extension which claims to respect those: https://www.npmjs.com/package/request#controlling-proxy-behaviour-using-environment-variables

@SGD1953
Copy link
Contributor

SGD1953 commented May 21, 2019

@pierreantoinelefebvrepf or @ArthurZob did you have a chance to try the above?

@mespinozaquevedo
Copy link

The solution suggested by @SGD1953 works. Adding the proxy configuration to npm makes Prophet Debugger work behind a corporate proxy.

More info about configuring npm to work behind a proxy here: https://stackoverflow.com/questions/25660936/using-npm-behind-corporate-proxy-pac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants