From 438d5037af32c9be07fe4c097ce31e266a326114 Mon Sep 17 00:00:00 2001 From: Ian Wienand <iwienand@redhat.com> Date: Fri, 11 Jun 2021 13:42:10 +1000 Subject: [PATCH] static: enable SSLProxyEngine for meetings I4a422bb9589c8a8761191313a656f8377e93422f switched this to proxy via SSL, however this is required for that to work. Change-Id: I9b9150b7b1ed53a3e8f742156b686daf156a15b9 --- playbooks/roles/static/files/50-meetings.opendev.org.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/roles/static/files/50-meetings.opendev.org.conf b/playbooks/roles/static/files/50-meetings.opendev.org.conf index ab671e3f14..0213744442 100644 --- a/playbooks/roles/static/files/50-meetings.opendev.org.conf +++ b/playbooks/roles/static/files/50-meetings.opendev.org.conf @@ -25,6 +25,8 @@ Define AFS_ROOT /afs/openstack.org/project/meetings.opendev.org SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:!AES256:!aNULL:!eNULL:!MD5:!DSS:!PSK:!SRP SSLHonorCipherOrder on + SSLProxyEngine on + ProxyPass "/irclogs" "https://eavesdrop01.opendev.org/irclogs" ttl=120 keepalive=On retry=0 ProxyPassReverse "/irclogs" "https://eavesdrop01.opendev.org/irclogs"