February 7, 2015
View 6a3b703

Handle unvalidated SSL certificate

Matt Domsch authored on 2015/02/07 23:18:28
January 20, 2015
View f9e343b

Fix lack of SSL certificate checking libraries on older python

Matt Domsch authored on 2015/01/20 22:47:13
January 16, 2015
View dc87fb7

Add docstring explanation into match_hostname_aws()

Matt Domsch authored on 2015/01/16 11:50:45
View ecee692

fix S3 wildcard certificate checking

Matt Domsch authored on 2015/01/16 01:42:42
December 15, 2014
View 91c0bf9

Automatically disable ssl certificate hostname checking against AWS S3

Matt Domsch authored on 2014/12/15 00:22:14
December 14, 2014
View f2d2e2d

fix --{no-}check-certificate and non-proxied https connections

Matt Domsch authored on 2014/12/14 14:58:04
View 0b3ba36

add debug messages for http/https proxied/non-proxied connections

Matt Domsch authored on 2014/12/14 14:05:54
View ee2deea

Don't call set_tunnel() for http (not https) connections

Matt Domsch authored on 2014/12/14 13:51:59
View 741e052

finish merge with master

Matt Domsch authored on 2014/12/14 13:37:05
View 95ff065

Arch Linux 2014.12.01 and Fedora rawhide (will be F22) now includes Python 2.7.9 which turns on SSL certificate validation. This leads to to a problem: The Amazon S3 wildcard certificate specifies *.s3.amazonaws.com which does not match any DNS-style buckets. So you have to use --no-check-certificate for operations on these buckets.

Matt Domsch authored on 2014/12/14 06:43:44
December 4, 2014
View 3c3b5dd

Use ca_certs_file="" so it will load from ~/.s3cfg

Matt Domsch authored on 2014/12/04 05:36:36
December 2, 2014
View 48c969b

handle Debian/Fedora differences in new ssl libraries

Matt Domsch authored on 2014/12/02 05:58:17
View dc659a7

create default context, then load in cert chain if needed

Matt Domsch authored on 2014/12/02 05:28:53
November 10, 2014
View 4c82568

Only support proxied SSL with Python >= 2.7

Damian Gerow authored on 2014/11/10 23:50:20
November 8, 2014
View f9dede7

Support proxying SSL connections

Damian Gerow authored on 2014/11/08 11:54:45