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 via php cli it works fine and is accepting the ssl certificate we setup on the IIs server we are connecting to. What could be cauasing this, there is no way to get php debug errors because it doesnt let the page load. Its around the curl_exec call. I also found that its causing an issue with apache in the logs

* About to connect() to ourserver port 443
*   Trying ip... * connected
* Connected to ourserver (ip) port 443
* successfully set certificate verify locations:
*   CAfile: /usr/local/share/curl/curl-ca-bundle.crt
  CApath: none
[Thu Nov 3 02:46:38 2005] [notice] child pid 49681 exit signal Segmentation fault (11)

any ideas ?

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

Reply via email to