mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 01:32:20 +08:00
Fix koji client cert authentication with OpenSSL 1.1.0
Turns out that renegotiation is broken in OpenSSL 1.1.0, so we allow clients to send their certificates (but not require them) from the very first connection on, so that they don't have to renegotiate. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -24,6 +24,7 @@ Alias /kojifiles "/mnt/koji/"
|
||||
</Directory>
|
||||
{% endif %}
|
||||
|
||||
SSLVerifyClient optional
|
||||
<Location /kojihub/ssllogin>
|
||||
SSLVerifyClient require
|
||||
SSLVerifyDepth 10
|
||||
|
||||
Reference in New Issue
Block a user