This commit is contained in:
Paul Kehrer 2017-01-18 13:42:09 +08:00 committed by Alex Gaynor
parent aa396c0805
commit 66a2372ab3

View file

@ -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?
-------------------------------------------------------------------------