How to fix / Patch FREAK vulnerability on my server

06. March 2015 SysAdmin 0

###Issue
How can i fix FREAK Vulnerabiltity on my server

### Effected Versions
* All RHEL / CentOS Versions including 7

###Solution
* run the below yum update command to update

`yum update -y openssl`

####Disable EXPORT ciphers in httpd
* Change the below in you `/etc/httpd/conf.d/ssl.conf` file.

`SSLCipherSuite HIGH:!aNULL:!MD5:!EXP`


Leave a Reply

Your email address will not be published. Required fields are marked *