summaryrefslogtreecommitdiff
path: root/src/leap/common/certs.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-09-20 17:07:14 -0400
committerKali Kaneko <kali@leap.se>2016-09-20 17:07:14 -0400
commita889a5480b3807d887c3f196963236b2667bb8fa (patch)
tree47b3dced8e2925ca1e5cede25223e866ef61e80d /src/leap/common/certs.py
parentf063726b3ad003693010555d57dbc214f6abb01d (diff)
parent34ee56766446a1072599bd5641ffdf2a89442462 (diff)
Merge branch 'debian/experimental' into debian/platform-0.9
Diffstat (limited to 'src/leap/common/certs.py')
-rw-r--r--src/leap/common/certs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/common/certs.py b/src/leap/common/certs.py
index c49015a..95704a6 100644
--- a/src/leap/common/certs.py
+++ b/src/leap/common/certs.py
@@ -192,8 +192,8 @@ def get_compatible_ssl_context_factory(cert_path=None):
class WebClientContextFactory(ssl.ClientContextFactory):
"""
- A web context factory which ignores the hostname and port and does no
- certificate verification.
+ A web context factory which ignores the hostname and port and does
+ no certificate verification.
"""
def getContext(self, hostname, port):
return ssl.ClientContextFactory.getContext(self)