I have a php script that runs curlI can't get curl to work.
It works fine from the command line, but anytime I call it from within PHP it can't establish a connection.
There's no firewall running or anything else.
I also can't run fsocks with an SSL connection.
Any ideas? It's only from within the web server. From the command line it works flawlessly. Also, I confirmed that all my scripts work on 2 other servers.
Are their any php or server settings that may be causing this?
CS