-
Notifications
You must be signed in to change notification settings - Fork 312
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
Error: Hostname/IP doesn't match certificate's altnames - when trying to run the examples #266
Comments
IIRC, this problem was fixed with 318bfe2, which is after the 0.5.0-rc1 tag, but there's no more recent version to use in package.json. The short answer is that the Host header is being passed through to the remote request, and since it's not the remote hostname, node throws an SSL error. You can play with the examples by running "npm link ../../../rendr" in the 00_simple directory, which will link your checked out rendr repo into node_modules, or by changing package.json to point to the github repo instead. |
Hey thanks rcs, "rendr": "https://github.com/airbnb/rendr.git#24e11497c057fada3a359abaec6b704decd31284", I've used the above to try and point to the latest (at the time) commit based off what I read in the NPM docs https://npmjs.org/doc/json.html#Git-URLs-as-Dependencies Any ideas? |
NM, I guess I'm a newb. npm/npm#3638 Works now. Thanks! |
Here is a quick fix for now: Open package.json and change:
to
|
Closing this one as it's a duplicate of #237. |
I am getting the following error after a fresh install of 00_simple example from rendr/examples. All I did was
cd 00_simple && npm install && grunt server
.This seems to happen with other examples as well. Am I doing something wrong?
I have not experienced anything like that with any other node apps.
The text was updated successfully, but these errors were encountered: