[Jorge] Updated to add verify to workaround request
This commit is contained in:
parent
3632c2a1e0
commit
af85e056bd
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class Client(object):
|
||||||
:return: HTTP response of request.
|
:return: HTTP response of request.
|
||||||
"""
|
"""
|
||||||
if self.session.auth:
|
if self.session.auth:
|
||||||
self.session.request(method="GET", url=self.webdav.hostname) # (Re)Authenticates against the proxy
|
self.session.request(method="GET", url=self.webdav.hostname, verify=self.verify) # (Re)Authenticates against the proxy
|
||||||
response = self.session.request(
|
response = self.session.request(
|
||||||
method=Client.requests[action],
|
method=Client.requests[action],
|
||||||
url=self.get_url(path),
|
url=self.get_url(path),
|
||||||
|
|
Loading…
Add table
Reference in a new issue