curl-and-php
curl and ssl:// address
From: Christopher Bowler <chris_at_bowler.co.uk>
Date: Sat, 10 Sep 2011 19:15:25 +0100
Date: Sat, 10 Sep 2011 19:15:25 +0100
Hi when use
curl --interface xx.xx.xx.xx -s testbed-epp.nominet.org.uk:8700
This works fine, but if I do
curl --interface xx.xx.xx.xx -s ssl://epp.nominet.org.uk:700
This fails. The first url is the testbed and I need to connect to the
production server at the ssl:// address.
I have curl and ssl compiled "cURL Information libcurl/7.21.6
OpenSSL/1.0.0 zlib/1.2.3 libidn/1.18"
and if I do
curl --interface xx.xx.xx.xx -s https://www.escrow.com
That works ok so https:// works but not ssl://
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2011-09-10