encryption - Chrome 48 says "authenticated using AES_128_GCM", but no such thing in cipher-list -


so chrome version 48, lighttpd 1.4.28 (a little bit old cannot upgrade now.)

in lighttpd.conf,

ssl.cipher-list = "eecdh+aesgcm:edh+aesgcm:aes256+eecdh:aes256+edh:ecdhe-rsa-aes256-gcm-sha384:dhe-rsa-aes256-gcm-sha384:ecdhe-rsa-aes256-sha384:ecdhe-rsa-aes256-sha:dhe-rsa-aes256-sha256:dhe-rsa-aes256-sha:ecdhe-rsa-des-cbc3-sha:edh-rsa-des-cbc3-sha:aes256-gcm-sha384:aes256-sha256:aes256-sha:des-cbc3-sha:high:!anull:!enull:!export:!des:!md5:!psk:!rc4" 

chrome 48 says sth. "obsolete cipher list, authenticated using aes_128_gcm, using rsa key exchange". don't see aes128 @ in list.

so how solve obsolete cipher list problem please ?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -