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

Insecure URL's in channel.xml #38

Open
pslocom opened this issue Mar 7, 2016 · 0 comments
Open

Insecure URL's in channel.xml #38

pslocom opened this issue Mar 7, 2016 · 0 comments

Comments

@pslocom
Copy link

pslocom commented Mar 7, 2016

I'm trying to use composer to manage my PEAR dependencies. Previously this has worked well but it appears a week or 2 ago a composer change was made to not allow the HTTP protocol to be used unless explicitly allowed. I can enable the bypass for the check, but that doesn't seem like the best solution.

It appears that composer fetches https://pear2.php.net/channel.xml, parses it and then uses one of the base URL values to try and fetch http://pear2.php.net/rest/c/categories.xml, which then fails due to the HTTPS check.

Would it be possible to update the channel.xml file to use HTTPS URLs to avoid the need to disable the security check in composer?

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

No branches or pull requests

1 participant