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
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?
The text was updated successfully, but these errors were encountered:
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 fetchhttp://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?
The text was updated successfully, but these errors were encountered: