ok... this is getting a little bit rediculos...
codeline:
$fp = fsockopen ("ssl://www.foo.com", 443, $errno, $errstr, 30);
it's confirmed that the ssl port on the remote server is 443.
from phpinfo.php on the same machine:
'/configure' '--with-apxs=/bin/apxs' '--with-mysql=/mysql' '--with-openssl=/usr/local/ssl'
i just recompiled php.... again....
compiling error from the browser:
Warning: fsockopen() [function.fsockopen]: no SSL support in this build in /path/to/file...
why?