diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf index fce95b1b30..13a3919b26 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.candidate-registry.conf @@ -6,16 +6,10 @@ ProxyPreserveHost On ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}} -SSLVerifyClient optional -SSLVerifyDepth 1 -SSLCACertificateFile /etc/pki/httpd/registry-ca-{{env}}.cert -SSLOptions +FakeBasicAuth - - Order deny,allow Allow from all - AuthName "Registry Authentication" + AuthName "Candidate Registry Authentication" AuthType Basic AuthUserFile /etc/httpd/conf.d/candidate-registry.fedoraproject.org/passwd