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

Warning: TransportException on wpackagist.org #138

Closed
francoisfaubert opened this issue Feb 25, 2016 · 3 comments
Closed

Warning: TransportException on wpackagist.org #138

francoisfaubert opened this issue Feb 25, 2016 · 3 comments

Comments

@francoisfaubert
Copy link

This morning our automated CI tool started reporting failing builds because of the following error:

[Composer\Downloader\TransportException]

Your configuration does not allow connection to http://wpackagist.org. See https://getcomposer.org/doc/06-config.md#secure-http for details.

The issue would seem to roughly boil down to Composer forcing https urls. Should this be the correct assumption, the wpackagist.org repo can't be read because it's domain certificate seems incorrect.

In the meantime (or if as maintainers you don't think this is a bug) one can fix this error by disabling the "secure-http" config value as mentioned by the Composer error.

   {
        "config": {
            "secure-http": false
        }
   }
@lukedanielson
Copy link

Also coming across this error/exception. Is there a more secure solution to this? Setting "secure-http": false in the config doesn't seem to be a long-term solution.

@techknowlogick
Copy link

@lukedanielson This longterm of adding an SSL cert is being tracked in #139

@tamlyn
Copy link
Member

tamlyn commented Feb 29, 2016

Should be fixed now.

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

4 participants