Skip to content
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

use https for npmjs.org endpoint #493

Closed
doiron opened this issue Aug 17, 2023 · 1 comment · Fixed by #496
Closed

use https for npmjs.org endpoint #493

doiron opened this issue Aug 17, 2023 · 1 comment · Fixed by #496

Comments

@doiron
Copy link
Contributor

doiron commented Aug 17, 2023

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request 
[X] Other... Please describe: 
- avoid a 302 HTTP to HTTPS redirection

module.exports.NPM_REGISTRY_URL_BASE = "http://registry.npmjs.org";

Expected Behavior

endpoint should be https

Current Behavior

currently http

CLI Snapshot
If applicable, add screenshots to help explain your problem.

Steps to Reproduce (for bugs)

Possible Solution

Your Environment and Context

  • ask-cli version: x.x.x
  • Operating System and version:
  • Node.js version used for development:
  • NPM version used for development:
@jsetton
Copy link
Contributor

jsetton commented Sep 18, 2023

It looks like #411 was reverted with the 2.29 merge.

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

Successfully merging a pull request may close this issue.

2 participants