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

Work under Proxy #27

Open
YoongHon0106 opened this issue Aug 12, 2016 · 0 comments
Open

Work under Proxy #27

YoongHon0106 opened this issue Aug 12, 2016 · 0 comments

Comments

@YoongHon0106
Copy link

I had try this code in my home. it works well but it can't work in my office under proxy server. I had done with proxy configuration but it can't also

var Pusher = require("pusher");
var pusher = new Pusher({
appId: config.app_id,
key: config.key,
secret: config.secret,
proxy: 'http://username:password@proxyaddress:port#',
timeout: TIMEOUT,
keepAlive: KEEP_ALIVE
});

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

1 participant