Mailing Lists
| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
Soap Exception
From: chris byrnes <cjbyrnes_at_hotmail.com>
Date: Thu, 03 Nov 2005 01:52:45 +0000 Hi i get the following error when trying to connect to a https external site.
this is the error:
this is the code im using:
$ch = curl_init();
curl_setopt( $ch, CURLOPT_URL,$url ); curl_setopt( $ch, CURLOPT_POST, 1 ); curl_setopt( $ch, CURLOPT_POSTFIELDS, $xmlSend ); curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 ); curl_setopt( $ch, CURLOPT_TIMEOUT, 240 ); $xmlResults = curl_exec($ch); if( curl_errno( $ch ) == CURLE_OK ) { echo "Connected<br><br>"; } else { echo "Not Connected<br><br>"; } curl_close( $ch ); echo $xmlResults; Connected does appear and it happens when i use firefox.
Thanks,
Chris
cjbyrnes <at> hotmail <dot> com
_______________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info