6 Oct
2014
6 Oct
'14
11:45 p.m.
I have installed Freeradius version 3 and get openssl error as my openssl version was in range 1.0.1 - 1.0.1f*. * Now I removed my older openssl version and installed* *openssl 1.0.1g. Edited radiusd.conf file as well.
|allow_vulnerable_openssl = 'CVE-2014-0160'|
When I start freeradius server ( ./radiusd -X for debug mode), it will refuse to start with libssl version which is currently installed on your server. Root cause for this is ?Security advisory CVE-2014-0160 (Heartbleed)?
Then you're not editing the file which the server is reading.
Alan DeKok.
Thanks Alan. I corrected my mistake.
Thanks, Kavya