Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] apache disable 40bit encryption
Date: Tue, 29 Apr 2014 12:10:16
Message-Id: 201404290820.29222.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] apache disable 40bit encryption by Joseph
1 On Monday 28 Apr 2014 23:03:44 Joseph wrote:
2 > On 04/28/14 21:38, Mick wrote:
3 > >On Monday 28 Apr 2014 19:56:24 Joseph wrote:
4 > >> How do I disable apache 40bit encryption connection to my server?
5 > >> Is there a way to limit the connection to min 128-bit?
6 > >>
7 > > http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslciphersuite
8 > >
9 > > https://bettercrypto.org/static/applied-crypto-hardening.pdf
10 >
11 > I've tried various combination in my: 00_default_ssl_vhost.conf
12
13 You can add it in the httpd.conf if you want it to apply globally for all
14 apache webhosts.
15
16
17 > SSLProtocol -ALL +SSLv3 +TLSv1
18 > SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:!LOW:!SSLv2:!EXPORT
19
20 This is OK.
21
22
23 > But openssl ciphers -v still lists:
24
25 OpenSSL is not apache. The fact that openssl can work with certain ciphers
26 does not mean that the apache server will offer them to connecting clients.
27
28 --
29 Regards,
30 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] apache disable 40bit encryption Joseph <syscon780@×××××.com>