From 561ba8f6cfb99a0eedaf833df26154272d85d359 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Nov 23 2016 19:17:10 +0000 Subject: Merge #197 `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