mirror of
https://codeberg.org/alpine/alpine-wiki.git
synced 2023-08-25 13:53:16 +02:00
tutorial - apache2 warning in uppercase
This commit is contained in:
parent
735bbc62a0
commit
d3ddd4e71a
@ -228,7 +228,7 @@ sed -i -r 's#^SSLProxyCipherSuite.*#SSLProxyCipherSuite HIGH:MEDIUM:ALL:!MD5:!RC
|
|||||||
rc-service apache2 restart
|
rc-service apache2 restart
|
||||||
```
|
```
|
||||||
|
|
||||||
> **WARNING** this configuration:
|
> **Warning** this configuration:
|
||||||
> 1. This is a permissive configuration full compatible wtith older and newer browsers.
|
> 1. This is a permissive configuration full compatible wtith older and newer browsers.
|
||||||
> 2. to only allow most secure protocols and a bit of compatibilty, set to `SSLProtocol all -TLSv1 -SSLv3`
|
> 2. to only allow most secure protocols and a bit of compatibilty, set to `SSLProtocol all -TLSv1 -SSLv3`
|
||||||
> 3. to only allow most secure negociations and a bit of compat, set to `SSLCipherSuite HIGH:MEDIUM:ECDHE:!MD5:!RC4:!3DES:!ADH`
|
> 3. to only allow most secure negociations and a bit of compat, set to `SSLCipherSuite HIGH:MEDIUM:ECDHE:!MD5:!RC4:!3DES:!ADH`
|
||||||
|
Loading…
Reference in New Issue
Block a user