Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

How to solve local certificate issuer error on Windows #741

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

StorytellerCZ
Copy link
Collaborator

Document a workaround for a certificate issue on Windows as documented in:
meteor/meteor#11415

Comment on lines +39 to +43
You can overcome this by setting:

```shell
export NODE_TLS_REJECT_UNAUTHORIZED=0
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This disables some of the protections https provides against security issues. There should probably be a warning here.

npm was able to successfully download the package in meteor/meteor#11415, so it should be possible to fix the installer so this isn't necessary.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants