php - Composer SSL: An existing connection was forcibly closed by the remote host -
i'm trying install new package composer using composer require
error showed
existing connection forcibly closed remote host. send of 95 bytes failed errno=10054 existing connection forcibly closed remote host. failed open stream: cannot connect https server through proxy https://packagist.org not loaded, package information loaded local cache , may out of date [composer\downloader\transportexception] "http://packagist.org/p/jenssegers/date%24a796b298222b37954ea0f488a5b99d057114dda34ecead922188b0abf832faba.json " file not downloaded: failed open stream: http request failed!
here's result of composer diagnose
checking composer.json: ok checking platform settings: ok checking git settings: ok checking http connectivity packagist: warning [composer\downloader\transportexception] "http://packagist.org/packages.json" file not downloaded: failed open stream: http request failed! checking https connectivity packagist: warning [composer\downloader\transportexception] "https://packagist.org/packages.json" file not downloaded: ssl: existing connection forcibly closed remote host. send of 95 bytes failed errno=10054 existing connection forcibly closed remote host. failed open stream: cannot connect https server through proxy checking http proxy: fail [composer\downloader\transportexception] "https://packagist.org/packages.json" file not downloaded: ssl: existing connection forcibly closed remote host. send of 95 bytes failed errno=10054 existing connection forcibly closed remote host. failed open stream: cannot connect https server through proxy checking http proxy support request_fulluri: warning unable assess situation, maybe packagist.org down (the "http://packagist.org/packages.json" file not downloaded: failed open stream: http request failed! ) checking https proxy support request_fulluri: warning unable assess situation, maybe github down (the "https://api.github.com/repos/seldaek/jsonlint/zipball/1.0.0" file not downloaded: ssl: existing connection forcibly closed remote host. send of 96 bytes failed errno=10054 existing connection forcibly closed remote host. failed open stream: cannot connect https server through proxy) checking github.com rate limit: fail [composer\downloader\transportexception] "https://api.github.com/rate_limit" file not downloaded: ssl: existing connection forcibly closed remote host. send of 96 bytes failed errno=10054 existing connection forcibly closed remote host. failed open stream: cannot connect https server through proxy checking disk free space: ok checking pubkeys: tags public key fingerprint: <somekey> dev public key fingerprint: <somekey> ok checking composer version: [composer\downloader\transportexception] "https://getcomposer.org/versions" file not downloaded: ssl: existing connection forcibly close d remote host. send of 97 bytes failed errno=10054 existing connection forcibly closed remote host. failed open stream: cannot connect https server through proxy diagnose
i not using proxy. i've tried composer self-update
. i've tried search other solution can't find right one. please help!
Comments
Post a Comment