Skip to content

Commit

Permalink
server: make SSLVerifyClient optional for /auth/x509/webui
Browse files Browse the repository at this point in the history
The source code of webui has been changed to include client credentials in requests sent to this endpoint.
  • Loading branch information
maany committed Dec 10, 2024
1 parent 6e818f7 commit 6aa88e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/rucio.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CacheRoot /tmp
<Location /auth/x509/webui>
SSLVerifyClient optional
<LimitExcept OPTIONS>
SSLVerifyClient require
SSLVerifyClient optional
</LimitExcept>
SSLVerifyDepth 10
</Location>
Expand Down

0 comments on commit 6aa88e6

Please sign in to comment.