summaryrefslogtreecommitdiff
path: root/docs/testing
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-06-13 20:44:58 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-13 20:44:58 +0200
commit79254da898487af7fffc6cf73b0aab24b7f88700 (patch)
tree1e724e201614e14638aca5fff66a30519d9d2731 /docs/testing
parentc32850c8e4fa5bedce319e3aeb6d60716dfcdc36 (diff)
[docs] add note about testing providers with invalid certificates
Diffstat (limited to 'docs/testing')
-rw-r--r--docs/testing/index.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/testing/index.rst b/docs/testing/index.rst
index cbfac2d4..4e0febe9 100644
--- a/docs/testing/index.rst
+++ b/docs/testing/index.rst
@@ -69,6 +69,13 @@ that this is **not** an installation method!)::
curl https://0xacab.org/leap/bitmask-dev/raw/master/docs/testing/latest-bundle-xenial | bash
+Testing against providers with invalid certificates
+---------------------------------------------------
+
+If you need to test against a provider without a valid certificate, you can use
+the following flag::
+
+ SKIP_TWISTED_SSL_CHECK=1 bitmask
Thunderbird integration
-----------------------