Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
215321e9
Commit
215321e9
authored
Mar 19, 2012
by
Giorgos Verigakis
Browse files
Disable certificate verification
Was failing with the production server
parent
2394d9e1
Changes
1
Show whitespace changes
Inline
Side-by-side
kamaki/clients/__init__.py
View file @
215321e9
...
@@ -94,6 +94,7 @@ class Client(object):
...
@@ -94,6 +94,7 @@ class Client(object):
url
=
self
.
base_url
+
path
url
=
self
.
base_url
+
path
kwargs
.
setdefault
(
'auth'
,
self
.
auth
)
kwargs
.
setdefault
(
'auth'
,
self
.
auth
)
kwargs
.
setdefault
(
'verify'
,
False
)
# Disable certificate verification
r
=
requests
.
request
(
method
,
url
,
**
kwargs
)
r
=
requests
.
request
(
method
,
url
,
**
kwargs
)
req
=
r
.
request
req
=
r
.
request
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment