ciao ragazzi!
su debian 10 sto avendo dei problemi con symfony.
gia con il binario:
poco male, l'ho scaricato manualmente.codice:$ wget https://get.symfony.com/cli/installer -O - | bash --2020-05-15 12:44:07-- https://get.symfony.com/cli/installer Risoluzione di get.symfony.com (get.symfony.com)... 99.86.163.40, 99.86.163.126, 99.86.163.18, ... Connessione a get.symfony.com (get.symfony.com)|99.86.163.40|:443... connesso. ERRORE: il certificato di "get.symfony.com" non è fidato. ERRORE: il certificato di "get.symfony.com" non ha un emittente conosciuto.
però:
composer è installato e funzionante:codice:$ ./symfony new test_sym --full * Creating a new Symfony project with Composer (running /usr/bin/composer create-project symfony/website-skeleton /var/www/html/test_sym) The "https://repo.packagist.org/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed Failed to enable crypto failed to open stream: operation failed https://repo.packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date In RemoteFilesystem.php line 555: The "https://packagist.org/p/symfony/website-skeleton%248bfc8673c9986eebbf56f3c390c09049ff6e5d9f84d559aba589e68cd69c25f0.json" file could not be downloaded: SSL operation failed with co de 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed Failed to enable crypto failed to open stream: operation failed create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>] unable to run /usr/bin/composer create-project symfony/website-skeleton /var/www/html/test_sym : exit status 1
qualche idea??codice:$ composer -V Composer 1.8.4 2019-02-11 10:52:10

Rispondi quotando
