forked from pool/apache2
Accepting request 950138 from Apache
- 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 (forwarded request 949462 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/950138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=192
This commit is contained in:
@@ -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
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user