From a9d46d0fe229da17751cfba95b2e1d75388d7900 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Nov 23 2016 19:16:25 +0000 Subject: work around in OpenSSL issue on the hub --- diff --git a/hub/httpd.conf b/hub/httpd.conf index 8a421c2..a866b17 100644 --- a/hub/httpd.conf +++ b/hub/httpd.conf @@ -7,6 +7,9 @@ Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py Options ExecCGI SetHandler wsgi-script + WSGIApplicationGroup %{GLOBAL} + # ^ works around a hub issue with OpenSSL + # see: https://cryptography.io/en/latest/faq/#starting-cryptography-using-mod-wsgi-produces-an-internalerror-during-a-call-in-register-osrandom-engine Order allow,deny Allow from all