PacketFence - BTS - PacketFence
View Issue Details
0001866PacketFencesecuritypublic2015-02-11 16:222015-02-18 10:47
ae3 
lmunro 
highminoralways
closedfixed 
LinuxRHEL / CentOS6
4.6.0 
 
0001866: Disable SSLv3 on web servers for POODLE
(This applies to version 4.6.0, which is still not available in the pull-down)

SSLv3 is enabled by default in Apache config files. Not a best common practice with POODLE on the loose.
Boot PF, run this command from a Linux/Mac/Unix client, look for handshake error if SSLv3 is properly disabled:

openssl s_client -connect [hostname]:443 -ssl3

I edited the httpd.* files to pass our quarterly external audit, but this should be a permanent setting in the distributed config files IMO.
No tags attached.
Issue History
2015-02-11 16:22ae3New Issue
2015-02-12 11:46lmunroAssigned To => lmunro
2015-02-12 11:46lmunroStatusnew => assigned
2015-02-12 11:46lmunroProduct Version4.5.0 => 4.6.0
2015-02-16 10:14lmunroNote Added: 0003842
2015-02-16 10:50lmunroNote Added: 0003843
2015-02-18 10:47lmunroNote Added: 0003850
2015-02-18 10:47lmunroStatusassigned => closed
2015-02-18 10:47lmunroResolutionopen => fixed

Notes
(0003842)
lmunro   
2015-02-16 10:14   
Working on it.
See pull request 344.
It needs some testing.
(0003843)
lmunro   
2015-02-16 10:50   
Opened issue 345 on github.
https://github.com/inverse-inc/packetfence/issues/345 [^]
(0003850)
lmunro   
2015-02-18 10:47   
Moved to github issue 0000345