Merge remote-tracking branch 'walchko/master' into 30_fixes_urllib3_warning
This commit is contained in:
commit
530b94f6ea
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class PyiCloudService(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
self.session = requests.Session()
|
self.session = requests.Session()
|
||||||
self.session.verify = False
|
self.session.verify = True
|
||||||
self.session.headers.update({
|
self.session.headers.update({
|
||||||
'host': 'setup.icloud.com',
|
'host': 'setup.icloud.com',
|
||||||
'origin': self._home_endpoint,
|
'origin': self._home_endpoint,
|
||||||
|
|
Loading…
Reference in a new issue