Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Enable Forward Secrecy in Apache 2.2 & courier-imap? SOLVED
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Duncan Mac Leod
Guru
Guru


Joined: 02 May 2004
Posts: 310
Location: Germany

PostPosted: Fri May 02, 2014 2:53 pm    Post subject: Enable Forward Secrecy in Apache 2.2 & courier-imap? SOL Reply with quote

Any advice on how to enable perfect forward secrecy in Apache 2.2 & courier-imap?

Last edited by Duncan Mac Leod on Sat Jun 21, 2014 6:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
gerdesj
l33t
l33t


Joined: 29 Sep 2005
Posts: 621
Location: Yeovil, Somerset, UK

PostPosted: Mon May 12, 2014 12:02 pm    Post subject: Re: Enable perfect forward secrecy in Apache 2.2 & couri Reply with quote

Duncan Mac Leod wrote:
Any advice on how to enable perfect forward secrecy in Apache 2.2 & courier-imap?


I'm 95% sure you need Apache 2.4 to enable PFS.
Back to top
View user's profile Send private message
Duncan Mac Leod
Guru
Guru


Joined: 02 May 2004
Posts: 310
Location: Germany

PostPosted: Sat Jun 21, 2014 6:40 pm    Post subject: Re: Enable perfect forward secrecy in Apache 2.2 & couri Reply with quote

gerdesj wrote:
Duncan Mac Leod wrote:
Any advice on how to enable perfect forward secrecy in Apache 2.2 & courier-imap?


I'm 95% sure you need Apache 2.4 to enable PFS.


NO, NOT NEEDED...

I figured out how to make Apache SECURE the right way 8) with Forward Secrecy AND HTTP Strict Transport Security

Code:

SSLProtocol all -SSLv2 -SSLv3

SSLCompression Off

SSLHonorCipherOrder On

SSLCipherSuite "EECDH+AESGCM EDH+AESGCM EECDH -RC4 EDH -CAMELLIA -SEED !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4"

Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"


Just testing Forward Secrecy on Courier-IMAP :wink: ...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum