forked from pool/apache2
Accepting request 666416 from home:adkorte:branches:openSUSE:Factory
- SSLProtocol use TLSv1.2 or higher OBS-URL: https://build.opensuse.org/request/show/666416 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=575
This commit is contained in:
parent
eae869bc96
commit
66fc0a512c
@ -86,9 +86,9 @@
|
||||
#SSLRandomSeed connect file:/dev/urandom 512
|
||||
|
||||
# SSL protocols
|
||||
# Allow TLS version 1.2 only, which is a recommended default these days
|
||||
# by international information security standards.
|
||||
SSLProtocol TLSv1.2
|
||||
# Allow TLS version 1.2 or higher, which is a recommended default
|
||||
# these days by international information security standards.
|
||||
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
|
||||
|
||||
# SSL Cipher Suite:
|
||||
# List the ciphers that the client is permitted to negotiate.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 08:56:20 UTC 2019 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- SSLProtocol use TLSv1.2 or higher
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 10:26:46 UTC 2019 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user