summaryrefslogtreecommitdiff
path: root/doc/source/misc/ssl.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/misc/ssl.rst')
-rw-r--r--doc/source/misc/ssl.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/misc/ssl.rst b/doc/source/misc/ssl.rst
index 0f7ecd52..3c2a591a 100644
--- a/doc/source/misc/ssl.rst
+++ b/doc/source/misc/ssl.rst
@@ -38,6 +38,11 @@ case, you should notify the administrator that his XMPP server configuration
is probably not great), or if you want to be even more restrictive (only allowing
256 bits of security *and* forward secrecy, for example).
+For example, gmail.com (and subsequent XMPP services) only support RC4-MD5 and RC4-SHA,
+so you will want to set the option to ``RC4`` (or the default with ``:RC4`` appended,
+just in case they upgrade their service, though that is very unlikely). Please consider
+moving to a better XMPP service provider.
+
Certificate validation
~~~~~~~~~~~~~~~~~~~~~~