Добрый день, подскажите пожалуйста, почему данная строка в коде
curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, 'TLSv1');
может вызывать ошибку, из-за которой перестает работать скрипт.
Когда удаляешь эту строку, все работает
в самой $ch print_r выдает
Resource id #3
а код ошибки
Notice: Trying to get property of non-object in /home/admin/web/bit-free.com/public_html/1/block_io.php on line 122
Notice: Trying to get property of non-object in /home/admin/web/bit-free.com/public_html/1/block_io.php on line 122
Notice: Trying to get property of non-object in /home/admin/web/bit-free.com/public_html/1/block_io.php on line 122
Fatal error: Uncaught exception 'Exception' with message 'Failed: ' in /home/admin/web/bit-free.com/public_html/1/block_io.php:122 Stack trace: #0 /home/admin/web/bit-free.com/public_html/1/block_io.php(65): BlockIo->_request('get_new_address', Array) #1 /home/admin/web/bit-free.com/public_html/1/test.php(16): BlockIo->__call('get_new_address', Array) #2 /home/admin/web/bit-free.com/public_html/1/test.php(16): BlockIo->get_new_address(Array) #3 {main} thrown in /home/admin/web/bit-free.com/public_html/1/block_io.php on line 122