Senin, 09 Mei 2016

Disable TLS/SSL RC4 On Firefox

This article (http://goo.gl/HOnyvY) and accompanied youtube video(https://www.youtube.com/watch?v=d8MtmKrXlKQ)  are showing you that TLS/SSL RC4 is now considered vulnerable. If you are running website that using RC4 cipher, please consider to disable it. If you are using Firefox, you can disable it by using the following command :

At the url address field, enter "about:config" and then search for "rc4". After that, change all the entries from "true" to "false". Please note that there should be 4 entries for RC4.

To check your server >> https://www.ssllabs.com/ssltest/

To check your browser >> https://www.ssllabs.com/ssltest/viewMyClient.html

That's all! See you.

REFERENCE
http://www.rc4nomore.com/
samiux blog