###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`