You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First and foremost: thanks for this amazing library!, it saved me tones of work!.
Now a quick (and hopefully easy to fix ;) ) issue: I've been banging my head for some two days now, trying to figure out why cradle won't make any difference wether I configure the self-signed certificate or not, using the "ca" param stated in the documentation.
Tried to debug from the sources in node_modules and found that there was no code using the parameter, although there certainly was in the github repo.
Long story short: the latest release available, doesen't contain that code, thus doesn't match the documentation as seen in github, leading to the error at hand.
First and foremost: thanks for this amazing library!, it saved me tones of work!.
Now a quick (and hopefully easy to fix ;) ) issue: I've been banging my head for some two days now, trying to figure out why cradle won't make any difference wether I configure the self-signed certificate or not, using the "ca" param stated in the documentation.
Tried to debug from the sources in node_modules and found that there was no code using the parameter, although there certainly was in the github repo.
Long story short: the latest release available, doesen't contain that code, thus doesn't match the documentation as seen in github, leading to the error at hand.
Fixed easy and dirty removing the dependency and reinstalling with "npm install --save git+https://github.com/flatiron/cradle.git#632a9fededb774ba5ecb94d3a268280f1bb62a88" (latest commit at the moment). All working now! (though it would be better to avoid that hack ;) )
Thanks again and happy coding!
The text was updated successfully, but these errors were encountered: