Yes there somehow seems to be an issue with ssl. Does the curl
extension rely on any ssl module in apache to work ?
On 04/11/2005, at 12:34 AM, Jochem Maas wrote:
can you get it to work without SSL?
Dan Rossi wrote:
Here is my code i am using, ive tried and tried, im still getting a
no data
can you get it to work without SSL?
Dan Rossi wrote:
Here is my code i am using, ive tried and tried, im still getting a no
data sent error in the browser.
https://mydomain/Default.asmx";);
curl_setopt($ch, CURLOPT_VERBOSE, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($c
Here is my code i am using, ive tried and tried, im still getting a no
data sent error in the browser.
https://mydomain/Default.asmx";);
curl_setopt($ch, CURLOPT_VERBOSE, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOP
Just a standard php 4.3.11 and apache 1.3 ?? It works via php cli
wierdly enough but not the apache module ?
On 03/11/2005, at 7:17 PM, Jochem Maas wrote:
Dan Rossi wrote:
Hi there, I am trying to test out the new installed curl extension to
connect to a site via ssl and auth basic. However e
Dan Rossi wrote:
Hi there, I am trying to test out the new installed curl extension to
connect to a site via ssl and auth basic. However everytime i try to
connect with the browser , in ie it says cannot find server and in mac
safari is says could not load any data etc. If i run the same script
5 matches
Mail list logo