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
Hello,
I get the error below when I install and also use Composer on PHP 5.6.
When doing curl -sS https://getcomposer.org/installer | php
I get the following error:
The download failed repeatedly, aborting.
The error is with SNI_server_name and CN_match:
SNI_server_name is deprecated in favor of peer_name
the 'CN_match' SSL context option is deprecated in favor of 'peer_name'
The text was updated successfully, but these errors were encountered:
Ah right the code should be upgraded to work with 5.6. In the meantime you can wget https://getcomposer.org/composer.phar (note to self: #2745 should be updated too)
I fixed it in composer/getcomposer.org@5f82887 - I'd appreciate if you can confirm that the installer works for you now though, because I don't have a 5.6 build to play with yet.
Hello,
I get the error below when I install and also use Composer on PHP 5.6.
When doing curl -sS https://getcomposer.org/installer | php
I get the following error:
The error is with SNI_server_name and CN_match:
The text was updated successfully, but these errors were encountered: