cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Amazon S3 + HTTPS

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 8 Jan 2008 16:01:51 +0100 (CET)

On Tue, 8 Jan 2008, Jofell Gallardo wrote:

> Has anyone successfully done a REST PUT on Amazon S3 through HTTPS? There've
> been a bunch of docu about S3 libraries doing GET through HTTPS, but I can't
> find any info about uploading data to S3.

So what exactly is this S3 thing requiring then? libcurl speak HTTP fine, so
if S3 is "just" HTTP you can make libcurl upload to it.

> Changing the URL's scheme from "http" to https also doesn't work. I always
> get this error:
>
> SSL certificate problem, verify that the CA cert is OK. Details:
> error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
> failed

Right => http://curl.haxx.se/docs/sslcerts.html

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2008-01-08