cloudant-labs / cloudant-python

Asynchronous Cloudant / CouchDB interface for Python
http://cloudant-labs.github.io/cloudant-python/
37 stars 17 forks source link

Does not verify SSL Certificate of server talking to #24

Closed leepa closed 10 years ago

leepa commented 10 years ago

This should set the verify=True in _make_request() otherwise you're open to MITM attacks.

leepa commented 10 years ago

Ignore me - requests sets it to True by default!

garbados commented 10 years ago

Haha, thanks for checking anyhow! Has the library otherwise treated you well?