CURL - https - solaris
- by Vincent
All,
I am receiving the following error when I use PHP to curl to a https site. Both PHP and the https site are hosted on Solaris. This error seems to occur occassionally but frequently.
error:80089077:lib(128):func(137):reason(119)
This is the curl code I am using:
$ch = curl_init();
$devnull = fopen('/tmp/cookie.txt', 'w');
…