php curl not working over https
I have a php script trying to get some data from a google server. It needs to do it over https.
It has been working fine for months and recently (maybe today) it stopped working all of a sudden.
The curl_exec() function is just exiting the script execution without reporting anything.
I've added echo lines so you could see exactly where the execution stops.
http://www.koukanstation.com/test.php
I had a similar problem with php's fopen/fread not working over a https connection, so I'm starting to think something was changed on the server to prevent https from working in php.
It has been working fine for months and recently (maybe today) it stopped working all of a sudden.
The curl_exec() function is just exiting the script execution without reporting anything.
I've added echo lines so you could see exactly where the execution stops.
http://www.koukanstation.com/test.php
I had a similar problem with php's fopen/fread not working over a https connection, so I'm starting to think something was changed on the server to prevent https from working in php.
This issue should be resolved now. It looked like the PHP SSL library was not able to load successfully on the server and this was causing the issues pulling content over a SSL connection.
Please let us know if you still are noticing any problems at all.
- Jacob