Re: [PHP-DEV] Curl Linux Console String --> PHP Translation

2003-01-17 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Fri, 17 Jan 2003, Andrian Ivanov wrote: > Hi, > > i have a curl string: > > curl --casert CA.srt -E client.pem:huho8 -l "https://..."; > >

[PHP-DEV] Curl Linux Console String --> PHP Translation

2003-01-17 Thread Andrian Ivanov
Hi, i have a curl string: curl --casert CA.srt -E client.pem:huho8 -l "https://..."; now, i've added all of the needed curl properties for the php application(e.g. curl_setopt($connection,CURLOPT_PORT,9000) BUT i can't find what's the name of the Curl CONSTANT matching the client's Public Ke