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

Allow retrieval of dependencies using http #1992

Closed
HenryBarnett opened this issue Nov 9, 2015 · 0 comments
Closed

Allow retrieval of dependencies using http #1992

HenryBarnett opened this issue Nov 9, 2015 · 0 comments

Comments

@HenryBarnett
Copy link

When stuck behind a corporate firewall which uses custom ssl certs (which cannot be exported from the general store), it should be possible to still run bower install to retrieve dependencies.

Unfortunately the GitHubResolver hard codes git:// and https://.

This may be possible but I was not able to find any documentation in the topic. Instead I made some minor changes to GitHubResolver to use http rather than https. A configuration option like npm has strict-ssl=false

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

No branches or pull requests

4 participants