On line #183 of global_config.inc.php:
$fp=@fsockopen($ssl . $web[host],$web[port],$errnum,$errstr,30);
I'm getting fp=0 and errno 0 when using SSL. Things work fine when connecting non-SSL.
Any hints?
Log in to post a comment.