I've had similar issues with self-signed certificates and PHP 5.x. The
way I got around it was to install the cURL libraries and use code
like this:
$channel = curl_init();
curl_setopt($channel, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($channel, CURLOPT_URL, $yourHttpsUrlHere);
curl_setopt
First, are you able to get FastCGI running on your server instead of ISAPI?
Also, are you just getting a blank screen when you run that script or
is any kind of error or response code coming back?
-Joe
Quoting Shaun Thornburgh :
Hi,
I am trying to get PHP to run on IIS on our Windows 200