First look at "ssl Cipher Suite Details of Your browser", which lists the Cipher suite you currently have in your browser, and you'll need to know which numbers to unplug.
The next information is the method of "remove RC4 from SSL/TLS ciphers in chromium" this article.
Ubuntu users can change to/usr/share/applications/google-chrome.desktop, this is:
Exec=/usr/bin/google-chrome-stable
Change to:
Exec=/usr/bin/google-chrome-stable--cipher-suite-blacklist=0x0004,0x0005,0xc011,0xc007
16 of these are derived from the Web site that was first mentioned:
- 0x0004 Rsa-rc4128-md5,
- 0x0005 Rsa-rc4128-sha,
- 0xc011 Ecdhe-rsa-rc4128-sha,
- And the last 0xc007 the Ecdhe-ecdsa-rc4128-sha.
This way, you can disable RC4.
- Related articles recommended:
- Ubuntu 14.04 External Monitor resolution adjustment
- Kubuntu 15.04 will use Plasma 5 desktop by default
- Ubuntu 14.10 's home folder-dazzle with Win8 OS experience
- This article from: Hobby Linux Technology Network
- This article link: http://www.ahlinux.com/ubuntu/9324.html
How to unplug Chrome from RC4 on Ubuntu