aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-01-18 13:42:09 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-01-18 00:42:09 -0500
commit66a2372ab3151aaa916efab0e700d733edc44e18 (patch)
tree1e70a8edd5212b411a78e3e64afea601db388174 /docs/faq.rst
parentaa396c0805aced49d5502fafa20f304a23e369a7 (diff)
downloadcryptography-66a2372ab3151aaa916efab0e700d733edc44e18.tar.gz
cryptography-66a2372ab3151aaa916efab0e700d733edc44e18.tar.bz2
cryptography-66a2372ab3151aaa916efab0e700d733edc44e18.zip
fix #3308 (#3352)
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index bbcf302e..aba89d2e 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -26,9 +26,7 @@ try install ``cryptography`` again.
Starting ``cryptography`` using ``mod_wsgi`` produces an ``InternalError`` during a call in ``_register_osrandom_engine``
-------------------------------------------------------------------------------------------------------------------------
-This happens because ``mod_wsgi`` uses sub-interpreters, which can cause a
-problem during initialization of the OpenSSL backend. To resolve this set the
-`WSGIApplicationGroup`_ to ``%{GLOBAL}`` in the ``mod_wsgi`` configuration.
+Upgrade to the latest ``cryptography`` and this issue should be resolved.
``cryptography`` raised an ``InternalError`` and I'm not sure what to do?
-------------------------------------------------------------------------