diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/leap/eip/checks.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/leap/eip/checks.py b/src/leap/eip/checks.py index f79d47f5..413a3467 100644 --- a/src/leap/eip/checks.py +++ b/src/leap/eip/checks.py @@ -232,6 +232,9 @@ class ProviderCertChecker(object):              # verify=verify              # Workaround for #638. return to verification              # when That's done!!! + +            # XXX HOOK SRP here... +            # will have to be more generic in the future.              req = self.fetcher.get(uri, verify=False)              req.raise_for_status()          except requests.exceptions.SSLError: | 
