Skip to content

Instantly share code, notes, and snippets.

@briancline
Created November 17, 2014 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briancline/5ca6cb20d7342d710d7f to your computer and use it in GitHub Desktop.
Save briancline/5ca6cb20d7342d710d7f to your computer and use it in GitHub Desktop.
Force Swift 1.12.0 to behave with self-signed SSL and Other™ SSL issues
diff --git a/test/functional/swift_testing.py b/test/functional/swift_testing.py
index 50abc8e..6903b56 100644
--- a/test/functional/swift_testing.py
+++ b/test/functional/swift_testing.py
@@ -141,7 +141,8 @@ def retry(func, *args, **kwargs):
snet=False,
tenant_name=swift_test_tenant[use_account],
auth_version=swift_test_auth_version,
- os_options={})
+ os_options={},
+ insecure=False)
parsed[use_account] = conn[use_account] = None
if not parsed[use_account] or not conn[use_account]:
parsed[use_account], conn[use_account] = \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment