|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-27 09:30 UTC] derick@php.net
[2002-08-27 09:32 UTC] derick@php.net
[2002-08-27 09:40 UTC] wez@php.net
[2002-08-27 18:21 UTC] mbabcock-php at fibrespeed dot net
[2002-08-27 18:38 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 12 18:00:01 2025 UTC |
I'm doing the following: $fp = fsockopen("tls://hostname.domain.com", 2080, $errno, $errstr, 30); if (!$fp) die ("Unable to connect: $errstr ($errno)"); ... its giving me "Unable to connect: (0)" every time (hostname.domain.com is a valid Internet host I administer). I'm running a "tcpdump -n port 2080" on the web server and there are no packets showing up at all. There are no messages in /var/log/(messages|daemon|kern) or in the Apache error_log. Any ideas? Feel free to connect to https://www.fibrespeed.net/phpinfo.php for information on my configuration.