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

i get error ECONNREFUSED. #58

Open
anupachwal opened this issue Mar 24, 2014 · 1 comment
Open

i get error ECONNREFUSED. #58

anupachwal opened this issue Mar 24, 2014 · 1 comment

Comments

@anupachwal
Copy link

As i run the test with vow, i get error ECONNREFUSED.

error

i am using node.js & run the vow with following command.
vows test.js.

How to solve this issue?

@stevendearborn
Copy link

Well, I figured it out.

You need to use suite.use as follows: suite.use(baseUrl, 443, {"secure": true}), where the last argument to this function is a JavaScript object called options. So there may be other options to set but I only see secure and auth.

The baseUrl is just a var set equal to the web server you are accessing.

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