rucio / containers

Containers for Rucio
Apache License 2.0
8 stars 54 forks source link

webui: cleanup SSL config #219 #220

Closed maany closed 1 year ago

maany commented 1 year ago

Removed SSL_CLIENT_VERIFY and RUCIO_CA_PATH config vars Fix #219

The following configuration has been moved to rucio server's httpd.conf.j2 template. https://github.com/rucio/containers/issues/216

<Location /auth/x509> 
 SSLVerifyClient optional_no_ca
 SSLVerifyDepth 10
</Location>

and post-handshake authentication works as expected. So we can clean up the apache config for the new webui. The entire scope of changes is described here.

maany commented 1 year ago

Bump for 32.0 @bari12