[thelist] Submit form to third party site

Jack Timmons jorachim at gmail.com
Mon Apr 20 06:27:05 CDT 2009


On Mon, Apr 20, 2009 at 6:08 AM, Fred Jones <fredthejonester at gmail.com> wrote:
>> Introducing the CURL library! [1]
>
> Yes, that's what I was trying. Now I figured out that curl doesn't
> natively work with HTTPS and that's the issue. It requires the SSL
> libraries.
>
> Thanks.

Au contraire!

Attempt to bypass SSL (probably easiest):
CURLOPT_SSL_VERIFYHOST
CURLOPT_SSL_VERIFYPEER

Attempt to authenticate SSL (provided you have a certificate locally)
CURLOPT_CAINFO
CURLOPT_SSLCERT
CURLOPT_SSLCERTPASSWD

When reading the documentation, one may find a plethora of answers to
your question.

-- 
-Jack Timmons
http://www.trotlc.com
Twitter: @codeacula



More information about the thelist mailing list