diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-13 20:44:58 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-13 20:44:58 +0200 |
commit | 79254da898487af7fffc6cf73b0aab24b7f88700 (patch) | |
tree | 1e724e201614e14638aca5fff66a30519d9d2731 /docs/testing/index.rst | |
parent | c32850c8e4fa5bedce319e3aeb6d60716dfcdc36 (diff) |
[docs] add note about testing providers with invalid certificates
Diffstat (limited to 'docs/testing/index.rst')
-rw-r--r-- | docs/testing/index.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/testing/index.rst b/docs/testing/index.rst index cbfac2d..4e0febe 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 ----------------------- |