Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9106D11C71 for ; Wed, 9 Jul 2014 11:51:34 +0000 (UTC) Received: (qmail 31717 invoked by uid 500); 9 Jul 2014 11:51:34 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 31651 invoked by uid 500); 9 Jul 2014 11:51:34 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 31642 invoked by uid 99); 9 Jul 2014 11:51:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 11:51:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 11:51:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1AF8423889E2; Wed, 9 Jul 2014 11:51:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1609114 - /httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.fr Date: Wed, 09 Jul 2014 11:51:11 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140709115111.1AF8423889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lgentis Date: Wed Jul 9 11:51:10 2014 New Revision: 1609114 URL: http://svn.apache.org/r1609114 Log: Rebuild. Modified: httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.fr Modified: httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.fr?rev=1609114&r1=1609113&r2=1609114&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.fr (original) +++ httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.fr Wed Jul 9 11:51:10 2014 @@ -35,9 +35,6 @@ manière plus approfondie.

@@ -80,8 +77,6 @@ que le chiffrement fort ?
SSLCipherSuite HIGH:!aNULL:!MD5
- -

Avec la configuration qui suit, vous indiquez une préférence pour des algorityhmes de chiffrement spécifiques optimisés en matière de rapidité (le choix final sera opéré par mod_ssl, dans la mesure ou le @@ -90,11 +85,11 @@ que le chiffrement fort ?

SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!aNULL:!MD5
 SSLHonorCipherOrder on
-
top
-
-

Comment créer un serveur qui accepte tous les types de + + +

Comment créer un serveur qui accepte tous les types de chiffrement en général, mais exige un chiffrement fort pour pouvoir -accéder à une URL particulière ?

+accéder à une URL particulière ?

Dans ce cas bien évidemment, une directive SSLCipherSuite au niveau du serveur principal qui restreint le choix des suites de chiffrement aux versions les plus @@ -113,6 +108,7 @@ SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH: SSLCipherSuite HIGH:!aNULL:!MD5 </Location> +

top