Welcome Guest, Not a member yet? Register   Sign In
CurlRequest.php Error
#2

HI there, I'm fairly novice with the cURL library but I'll share my experience.

I also have had this issue. If you go to the System folder of your CI install, HTTP/CURLRequest.php file, and comment out the default debug config, you can work around it.

protected $config = [

'timeout' => 0.0,

'connect_timeout' => 150,

//'debug' => false,

'verify' => true,

];

I've been fighting with the CURLRequest library a fair bit. My hope is that the CI team will elaborate more on CURL and how to get it set up. They Base it on the Guzzle CURL library, but I've had a hard time finding comprehensive documentation on how to make everything work. I'm also having issues as I work through a firewall and not all pages can be requested. And it also seems that many of the pages I'm testing on are set up not to respond to CURL requests so I'm a bit hooped.

Good luck.

Thanks
Reply


Messages In This Thread
CurlRequest.php Error - by viewfromthenorth - 06-22-2019, 05:28 AM
RE: CurlRequest.php Error - by mightyted - 06-27-2019, 07:40 AM
RE: CurlRequest.php Error - by viewfromthenorth - 06-28-2019, 07:43 PM
RE: CurlRequest.php Error - by angrymongol - 10-01-2019, 10:20 AM
RE: CurlRequest.php Error - by mightyted - 10-01-2019, 01:18 PM
RE: CurlRequest.php Error - by John_Betong - 10-01-2019, 10:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB