Re: [PHP] Issue with curl and ssl

2005-11-03 Thread Dan Rossi
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

Re: [PHP] Issue with curl and ssl

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

Re: [PHP] Issue with curl and ssl

2005-11-03 Thread Dan Rossi
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

Re: [PHP] Issue with curl and ssl

2005-11-03 Thread Dan Rossi
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

Re: [PHP] Issue with curl and ssl

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