Skip to content

Commit

Permalink
rucio-ui: use http is ssl is disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Mar 12, 2024
1 parent f6dc98a commit 9986b17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/rucio.conf.j2
Expand Up @@ -37,6 +37,7 @@ CacheRoot /tmp
ServerAdmin rucio-admin@cern.ch
{% endif %}

{% if RUCIO_ENABLE_SSL|default('False') == 'True' %}
SSLEngine on
SSLCertificateFile /etc/grid-security/hostcert.pem
SSLCertificateKeyFile /etc/grid-security/hostkey.pem
Expand All @@ -54,7 +55,6 @@ CacheRoot /tmp
SSLOptions +StdEnvVars
{% endif %}
SSLProxyEngine On

{% if RUCIO_SSL_PROTOCOL is defined %}
#AB: SSLv3 disable
SSLProtocol {{ RUCIO_SSL_PROTOCOL }}
Expand All @@ -63,6 +63,8 @@ CacheRoot /tmp
{% endif %}
#AB: for Security
SSLCipherSuite HIGH:!CAMELLIA:!ADH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!3DES
{% endif %}

{% if RUCIO_LOG_LEVEL is defined %}
LogLevel {{ RUCIO_LOG_LEVEL }}
{% else %}
Expand Down

0 comments on commit 9986b17

Please sign in to comment.