whats the equiliant parameter or method to include certificates so that you can establish ssl connections in PHP 5.5.* .
I stuck with that version and can't update it and i neet to include a certifictaion file for a composer update. I know that i have to use the openssl.cafile parameter in PHP 5.6 and everything is fine. But in my usecase im clueless.
Thanks.