Avatar

Employee

Without more information I am guessing you don't have SSL enabled in your php.ini.

Check your PHP error logs (Apache error logs if you are using Apache), you should see the root cause.

If you see an error like this, that's probably the cause:

Warning: fopen( http://connectnow.acrobat.com/xxxx?mode=xml&accountonly=true&) [function.fopen]: failed to open stream: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? in /home/a9897012/public_html/cocomo.php on line 441

To enable SSL I think you need to have the "php_openssl.*" extension uncommented in your php.ini (and of course you need to have the module available)