folgendes in der Konsole eingegeben:
Code:
xyzadmin@TESTwebCSS:/var/www/html/composer_test$ export https_proxy='http://webxyz.xyz.xyz/proxyxyz.pac:8080'
xyzadmin@TESTwebCSS:/var/www/html/composer_test$ export http_proxy='http://webxyz.xyz.xyz/proxyxyz.pac:8080'
danach ein:
Code:
xyzadmin@TESTwebCSS:/var/www/html/composer_test$ /usr/bin/php7.0 composer.phar diagnose
Meldung:
Code:
Checking platform settings: OK
Checking git settings: OK
Checking http connectivity to packagist: WARNING
[Composer\Downloader\TransportException] The "http://repo.packagist.org/packages.json" file could not be downloaded (HTTP/1.1 404 Not Found)
Checking https connectivity to packagist: WARNING
[Composer\Downloader\TransportException] The "https://repo.packagist.org/packages.json" file could not be downloaded: failed to open stream: Cannot connect to HTTPS server through proxy
Checking HTTP proxy: FAIL
[Composer\Downloader\TransportException] The "https://repo.packagist.org/packages.json" file could not be downloaded: failed to open stream: Cannot connect to HTTPS server through proxy
Checking HTTP proxy support for request_fulluri: WARNING
Unable to assess the situation, maybe packagist.org is down (The "http://repo.packagist.org/packages.json" file could not be downloaded (HTTP/1.1 404 Not Found))
Checking HTTPS proxy support for request_fulluri: WARNING
Unable to assess the situation, maybe github is down (The "https://api.github.com/repos/Seldaek/jsonlint/zipball/1.0.0" file could not be downloaded: failed to open stream: Cannot connect to HTTPS server through proxy)
Checking github.com rate limit: FAIL
[Composer\Downloader\TransportException] The "https://api.github.com/rate_limit" file could not be downloaded: failed to open stream: Cannot connect to HTTPS server through proxy
Checking disk free space: OK
Checking pubkeys: FAIL
Missing pubkey for tags verification
Missing pubkey for dev verification
Run composer self-update --update-keys to set them up
Checking composer version:
[Composer\Downloader\TransportException]
The "https://getcomposer.org/versions" file could not be downloaded: failed to open stream: Cannot connect to HTTPS server through proxy
diagnose