1
0
Fork 0

Setting SSLCompression to off.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-26 07:47:14 +02:00
parent f1e1469f15
commit d7f480ae66
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

View file

@ -2,4 +2,5 @@
<IfModule mod_ssl.c>
SSLCipherSuite EECDH+AESGCM:EDH+AESGCM
SSLCompression off
</IfModule>