-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Awaiting Informationfurther information is requestedfurther information is requestedRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release
Description
strict-ssl
is documented as follows:
Whether or not to do SSL key validation when making requests to the registry via https.
The questions that come to mind around this is:
- Is SSL really meant here, not TLS?
- Validation of what key against what? Presumably the client's? Is it relevant if not using mutual authentication?
- What happens if said validation fails?
- Does disabling this introduce an MITM risk, like
curl -k
would? - When is there a good reason for disabling this? Is it required if you're using a self signed certificate? What if you pass that CA certificate into
npm
, does it need to be disabled still?
Stargator
Metadata
Metadata
Assignees
Labels
Awaiting Informationfurther information is requestedfurther information is requestedRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release