mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137185 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
|
||||
<!-- English revision : 1132802 -->
|
||||
<!-- English revision : 1135241 -->
|
||||
<!-- French translation : Lucien GENTIS -->
|
||||
<!-- Reviewed by : Vincent Deffontaines -->
|
||||
|
||||
@@ -75,7 +75,7 @@ que le chiffrement fort ?</title>
|
||||
chiffrements de plus haut niveau :</p>
|
||||
<example><title>httpd.conf</title>
|
||||
SSLProtocol all -SSLv2<br />
|
||||
SSLCipherSuite HIGH:!ADH:!EXP:!MD5:!NULL<br />
|
||||
SSLCipherSuite HIGH:!aNULL:!EXP:!MD5:!NULL<br />
|
||||
</example>
|
||||
</section>
|
||||
|
||||
@@ -84,7 +84,7 @@ que le chiffrement fort ?</title>
|
||||
|
||||
<example><title>httpd.conf</title>
|
||||
SSLProtocol all -SSLv2<br />
|
||||
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!ADH:!EXP:!MD5:!NULL<br />
|
||||
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!aNULL:!EXP:!MD5:!NULL<br />
|
||||
SSLHonorCipherOrder on
|
||||
<br />
|
||||
</example>
|
||||
@@ -107,12 +107,12 @@ accéder à une URL particulière ?</title>
|
||||
Cette configuration peut se présenter comme suit :</p>
|
||||
<example>
|
||||
# soyons très tolérant a priori<br />
|
||||
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL<br />
|
||||
SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL<br />
|
||||
<br />
|
||||
<Location /strong/area><br />
|
||||
# sauf pour https://hostname/strong/area/ et ses sous-répertoires<br />
|
||||
# qui exigent des chiffrements forts<br />
|
||||
SSLCipherSuite HIGH:!ADH:!EXP:!MD5:!NULL<br />
|
||||
SSLCipherSuite HIGH:!aNULL:!EXP:!MD5:!NULL<br />
|
||||
</Location>
|
||||
</example>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user