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

Fix #154 #170

Merged
merged 1 commit into from
Apr 23, 2020
Merged

Fix #154 #170

merged 1 commit into from
Apr 23, 2020

Conversation

octref
Copy link
Contributor

@octref octref commented Apr 22, 2020

The change is pretty straightforward. I feel since we are closing the last issue, should we publish one last version 1.1.37 and then archive this repo?

options.proxy = process.env.npm_config_proxy;
} else if (process.env.npm_config_https_proxy && parsedUrl.protocol === 'https:') {
options.proxy = process.env.npm_config_https_proxy;
options.rejectUnauthorized = false;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

See https://stackoverflow.com/questions/20433287/node-js-request-cert-has-expired. This is not the same effect but should be strong enough for our current use case.

@bpasero bpasero self-requested a review April 23, 2020 06:38
Copy link
Member

@bpasero bpasero left a comment

Choose a reason for hiding this comment

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

Thanks. I was able to test the install and test command locally, but not with the proxy support.

@bpasero
Copy link
Member

bpasero commented Apr 23, 2020

@octref this makes sense to me, we can archive the project once you merged and published the last version. My understanding is that newer extensions for a while now have not been depending on this module anymore.

@octref octref merged commit faa0254 into master Apr 23, 2020
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