Re: Fsockopen error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread 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.
note that you never mention anything about what version of software you
are using or even what platform you are running on... I'll just assume
linux and the prerequisite knowledge:

does this work for you?:

wget -d -v --delete-after https://www.safetrustprocessing.com


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  guess


that is the default, but any port is allowed technically ... although putting port 80 under SSL is probably going to cause you a headache sometime/somewhere.


xml_order_processing.php", array("myXml" => $xml));
function http_post ($server, $port, $url, $vars) {


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux