Re: [PHP] fsockopen error messages

2006-11-06 Thread Philip Thompson
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

Re: [PHP] fsockopen error messages

2006-11-06 Thread Richard Lynch
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: >

[PHP] fsockopen error messages

2006-11-06 Thread Philip Thompson
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

Re: [PHP] Fsockopen error

2005-11-02 Thread Jochem Maas
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

Re: [PHP] Fsockopen error

2005-11-02 Thread Robert Prentice
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.

Re: [PHP] Fsockopen error

2005-11-02 Thread Jochem Maas
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

Re: [PHP] Fsockopen error

2005-11-02 Thread Robert Prentice
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

Re: [PHP] Fsockopen error

2005-11-02 Thread Jochem Maas
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

Re: [PHP] Fsockopen error

2005-11-02 Thread Terence
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

[PHP] Fsockopen error

2005-11-01 Thread Robert Prentice
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