Resource is up but waitOn isn't being invoked
Open
question
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
Here is my code:
```
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
var opts = {
resources: [
'https://service:1234/v1.0/hello'
],
};
waitOn(opts, function (err) {
if (err) { return handleError(err); }
console.log('never called');
});
```
curl -k https://service:1234/v1.0/hello does work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.