Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    Problema installazione Symfony

    ciao ragazzi!

    su debian 10 sto avendo dei problemi con symfony.
    gia con il binario:
    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.
    poco male, l'ho scaricato manualmente.
    però:
    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
    composer è installato e funzionante:
    codice:
    $ composer -V
    Composer 1.8.4 2019-02-11 10:52:10
    qualche idea??

  2. #2

  3. #3
    Quote Originariamente inviata da boots Visualizza il messaggio
    ok grazie, così ha funzionato!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.