From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2EB9313877A for ; Sat, 9 Aug 2014 18:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647F6E0986; Sat, 9 Aug 2014 18:59:50 +0000 (UTC) Received: from mail-qa0-f41.google.com (mail-qa0-f41.google.com [209.85.216.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F956E0967 for ; Sat, 9 Aug 2014 18:59:49 +0000 (UTC) Received: by mail-qa0-f41.google.com with SMTP id j7so6839920qaq.28 for ; Sat, 09 Aug 2014 11:59:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YyrEeuhPcXEmuwbtRg9iJjwCs9hN6tmp6dPTgxb7sMc=; b=syaX5yp8iwRAAG6yfV+GW80nN9K3lifppE4gqyOMdbEg+blTVs6RtL3tGJ9Xciq+mA 6k9JubkxjThxR1HMND5f0PiIMsALW0r8rjufVKklzR7iQagvUvlItm5N+FK//t/DB0sl PCJjJjU08WU3GpPfzN4nxKxhcqhw847y3oVm24lMOgMPXvBNAa+ddGHJoFNPZPvt2260 PlF5pqWhSakc9ohJfCA6HjBcqoA+U3U59mCL5vSw83O27qjGhGDhUn/iYcYihQi8LPfJ oN+D+Z8P5wqDGCwbYSiif8yF+XdAWJBiJ7gJc3TX3nLXYyQKoCLSMM0LF3E4rpOWayGi mGdw== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.224.120.195 with SMTP id e3mr5267701qar.58.1407610788419; Sat, 09 Aug 2014 11:59:48 -0700 (PDT) Received: by 10.140.25.208 with HTTP; Sat, 9 Aug 2014 11:59:48 -0700 (PDT) Date: Sat, 9 Aug 2014 11:59:48 -0700 Message-ID: Subject: [gentoo-user] disable SSLv3 in apache2? From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: ac7be311-0df8-46d0-a3db-a9e39f2d96c5 X-Archives-Hash: 21f576bddbace667e737c91b85e8833a I recently upgraded from apache-2.2.27 to apache-2.2.27-r4 and etc-update wanted to add the following directive to the default SSL vhost: SSLProtocol ALL -SSLv2 -SSLv3 I had already disabled SSLv2 (security issue?) but this also disables SSLv3. Could that cause a compatibility issue? - Grant