Accepting request 949462 from home:pgajdos

- ssl-global.conf: set SSLCipherSuite to PROFILE=SYSTEM instead of
  DEFAULT_SUSE [jsc#SLE-22561]
- set also SSLProxyCipherSuite to PROFILE=SYSTEM
- modified sources
  % apache2-ssl-global.conf

OBS-URL: https://build.opensuse.org/request/show/949462
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=666
This commit is contained in:
Petr Gajdos 2022-01-31 10:50:24 +00:00 committed by Git OBS Bridge
parent 87eb553b4a
commit 26634a3d77
2 changed files with 15 additions and 1 deletions

View File

@ -95,7 +95,12 @@
# See the mod_ssl documentation for a complete list.
# The magic string "DEFAULT_SUSE" expands to an openssl defined
# secure list of default ciphers (openssl ciphers -v DEFAULT_SUSE).
SSLCipherSuite DEFAULT_SUSE
SSLCipherSuite PROFILE=SYSTEM
# SSL Cipher Suite for Proxy Connections:
# Equivalent to SSLCipherSuite, but for the proxy connection. Please
# refer to SSLCipherSuite for additional information.
SSLProxyCipherSuite PROFILE=SYSTEM
# SSLHonorCipherOrder
# If SSLHonorCipherOrder is disabled, then the client's preferences

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 27 13:57:47 UTC 2022 - pgajdos@suse.com
- ssl-global.conf: set SSLCipherSuite to PROFILE=SYSTEM instead of
DEFAULT_SUSE [jsc#SLE-22561]
- set also SSLProxyCipherSuite to PROFILE=SYSTEM
- modified sources
% apache2-ssl-global.conf
-------------------------------------------------------------------
Tue Jan 11 12:05:55 UTC 2022 - David Anes <david.anes@suse.com>