work around in OpenSSL issue on the hub
This commit is contained in:
parent
60c8ab6d12
commit
a9d46d0fe2
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py
|
|||
<Directory "/usr/share/koji-hub">
|
||||
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
|
||||
<IfVersion < 2.4>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue