Re: [PHP-WIN] PHP 4.4.9, Windows: php_openssl.dll is loaded, but https wrapper not found.

2009-02-11 Thread contact
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

Re: [PHP-WIN] Windows Server 2003 Installation Problems

2009-02-09 Thread contact
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