Ok, since my last post, I have slapped myself on the wrist. I made a
newbie mistake. The function that I send the host, port, etc to was
in the wrong order from an older version of the function I had. So...
the port was "MSIE..." instead of "80". Way to go me! =\
Thanks Richard.
~Philip
Depending on your php.ini settings, it may be set up to wait FOREVER
for a socket to open...
What $host?
What $port?
Is it public? Private?
Is there any authentication scheme in place?
We've got nothing to work with here to help you...
On Mon, November 6, 2006 2:58 pm, Philip Thompson wrote:
>
Hi.
I have not dealt much with fsockopen, but after looking at many
examples, I'm not finding the answers I need. fsockopen is not
returning anything and I'm trying to find out what the issue is. The
error messages are not provided and I'm not sure what's going on.
Help please!
";
e
still no info on what your version of php etc.
but that output gives the impression it may not be the OS after all...
are you able to recompile php? (using the --no-ipv6 flag or whatever it
mentioned
in the original php error message you posted).
I have no idea how 'invalid' certificates are ha
I get this error:
wget -d -v --delete-after https://www.safetrustprocessing.com
Setting --verbose (verbose) to 1
Setting --delete-after (deleteafter) to 1
DEBUG output created by Wget 1.10.1 (Red Hat modified) on linux-gnu.
--17:15:16-- https://www.safetrustprocessing.com/
=> `index.
Robert Prentice wrote:
Even if i change it back to 443 i still get the error.
take another look at your initail error message... it indicates
a problem related to the machines nameserver/dns setting (specifically
IPv6).
I'm willing to bet it's nothing to do with php - your OS seems to at fault
Even if i change it back to 443 i still get the error.
Robert
On Nov 2, 2005, at 9:54 AM, Jochem Maas wrote:
Terence wrote:
Robert Prentice wrote:
snip
$reply = http_post("https://www.safetrustprocessing.com";, 80, "/
Isnt https supposed to run on port 443? (or other than 80) Just a
gue
Terence wrote:
Robert Prentice wrote:
snip
$reply = http_post("https://www.safetrustprocessing.com";, 80, "/
Isnt https supposed to run on port 443? (or other than 80) Just a guess
that is the default, but any port is allowed technically ... although putting
port 80 under SSL is probabl
Robert Prentice wrote:
snip
$reply = http_post("https://www.safetrustprocessing.com";, 80, "/
Isnt https supposed to run on port 443? (or other than 80) Just a guess
xml_order_processing.php", array("myXml" => $xml));
function http_post ($server, $port, $url, $vars) {
--
PHP General Mai
I am attempting to connect to a remote server using fsockopen to post
data to a php file. Here is the error i get:
Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed:
Name or service not known (is your IPV6 configuration correct? If
this error happens all the time, try recon
10 matches
Mail list logo