Can't install composer due to certificate issues

后端 未结 3 1179
名媛妹妹
名媛妹妹 2021-01-17 14:59

So I have tried all morning to install composer so I can start to use the laravel framework.

I am running windows server r2 standard 64bit with XAMPP on php 7.0

相关标签:
3条回答
  • 2021-01-17 15:31
    1. Are you running the latest version of Composer?
    2. Try to turn off HTTP proxy (if you have one).
    3. Read a ticket with the same problem to get more inspiration, if 1 & 2 did not help.
    0 讨论(0)
  • 2021-01-17 15:44

    is open_ssl enabled in php?

    you may need to install open ssl using

    apt-get install open-ssl

    0 讨论(0)
  • 2021-01-17 15:51

    You just have to uncomment this line in your php.ini

    extension=php_openssl.dll
    
    0 讨论(0)
提交回复
热议问题