xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
820 stars 143 forks source link

Don't have Requests verify HTTPS certs in refresh_token #189

Open technic-tec opened 8 years ago

technic-tec commented 8 years ago

Fixing https verification error in OnedriveAPI::refresh_token(). This is the complement of following commit (pull request #186).

commit b2d49786a187fef21371c89337e6cfffd973f0de
Author: Liam Marshall <ArchimedesPi@users.noreply.github.com>
Date:   Tue Sep 15 20:18:49 2015 -0500

Don't have Requests verify HTTPS certs

For whatever reason,  Kenneth Reitz's
[Certif.io](http://certifi.io/) doesn't verify Onedrive's
HTTPS cert properly.