php-binance-api
php-binance-api copied to clipboard
Added CAinfo curl opt to find correct downloaded ca.pem
Added CAinfo curl opt to find correct downloaded ca.pem
Solves issue https://github.com/jaggedsoft/php-binance-api/issues/328
Hi @Olifant1990, thanks for the addition. I had an issue in test because there was an existing ca.pem file but it was an extremely old one! I will try to see to modify your addition so it 1) saves the file in tmp and 2) it renews it from time to time (sys_get_temp_dir and filemtime)