OpenSSL

Solved
chabinot Posted messages 391 Status Membre -  
chabinot Posted messages 391 Status Membre -
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 réponse

jordane45 Posted messages 30426 Registration date   Status Modérateur Last intervention   4 830
 
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
chabinot Posted messages 391 Status Membre 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
chabinot Posted messages 391 Status Membre 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