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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Running yarn add light-server returns
error An unexpected error occurred: "https://registry.yarnpkg.com/light-server: unable to get local issuer certificate"
This happens as of 1.9.2
It works on 1.7.0 with no configuration changes.
If the current behavior is a bug, please provide the steps to reproduce.
This is happening behind corporate proxy. I have custom .pem and internal registry.
I have an existing .pem file specified in my cafile property. I have also tried setting strict-ssl false as suggested by another issue that was resolved and I see no difference.
Run yarn add on any package returns this issue.
Running yarn add light-server returns
error An unexpected error occurred: "https://registry.yarnpkg.com/light-server: unable to get local issuer certificate"
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Running
yarn add light-server
returnsThis happens as of 1.9.2
It works on 1.7.0 with no configuration changes.
If the current behavior is a bug, please provide the steps to reproduce.
This is happening behind corporate proxy. I have custom .pem and internal registry.
I have an existing .pem file specified in my cafile property. I have also tried setting strict-ssl false as suggested by another issue that was resolved and I see no difference.
Run
yarn add
on any package returns this issue.Running
yarn add light-server
returnsSee my masked .yarnrc below
What is the expected behavior?
It should add the package.
Please mention your node.js, yarn and operating system version.
Using Yarn 1.9.2 from Homebrew
Node => v10.7.0
Npm => 6.2.0
The text was updated successfully, but these errors were encountered: