OpenSSL

Solved
chabinot Posted messages 391 Status Member -  
chabinot Posted messages 391 Status Member -
Hello,
I installed Composer, but when I run it, there is the message "You are running Composer with SSL/TLS protection disabled".
How can I fix this?
Thank you for your help.
Best regards.

1 answer

  1. jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   4 831
     
    Hello

    Is OpenSSL enabled in your php.ini?
    Are you on a server or locally?
    If locally...what software are you using to emulate Apache/PHP?

    --
    Sincerely,
    Jordane
    0
    1. chabinot Posted messages 391 Status Member 16
       
      Yes,
      My php.ini is located in my Apache folder.
      Do I need to have one in the php folder as well, since I moved it to Apache?
      0
    2. chabinot Posted messages 391 Status Member 16
       
      I think I've found it.
      Here's what I did
      - composer config -g -- disable-tls false
      - composer config -g -- secure-http false
      I no longer have the message.
      1