psugand / CodeIgniter-S3

Amazon S3 Library for CodeIgniter
http://prashant.es
241 stars 115 forks source link

Additions for turning of cURL SSL_VERIFYPEER #2

Closed andyshinn closed 13 years ago

andyshinn commented 13 years ago

I added some quick configuration variables to disable the SSL_VERIFYPEER option in cURL via the config file. In my development environment, the SSL options throw an error (likely because the CA database is outdated). I locally change the configuration file (which stays static) instead of the library (which is versioned).