Hi Chaps, I'm trying to connect to a secure server with PHP using the cURL library but the curl_exec() just hangs. The URL is correct because I can browse to it. The same code connects to an HTTP: address okay. I've tried installing a security certificate locally and setting CAINFO, and I've tried various values for VERIFYPEER and VERIFYHOST but it always hangs trying to connect to an HTTPS: address (mine, Yahoo, Google, etc). Googling the problem has provided a number of options, none of which appears to make any difference. Anyone managed to do this? Your advice and/or suggestions are welcomed!