From 66a2372ab3151aaa916efab0e700d733edc44e18 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 18 Jan 2017 13:42:09 +0800 Subject: fix #3308 (#3352) --- docs/faq.rst | 4 +--- 1 file changed, 1 insertion(+), 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? ------------------------------------------------------------------------- -- cgit v1.2.3