GCM is preferred over CBC
- Verify with cipher is being used?
nmap --script ssl-enum-ciphers -p 443 example.com
- update nginx.conf
ssl_ciphers HIGH:!aNULL:!MD5!TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256;
GCM is preferred over CBC
nmap --script ssl-enum-ciphers -p 443 example.com
ssl_ciphers HIGH:!aNULL:!MD5!TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256;
add_header Set-Cookie "Path=/; HttpOnly; Secure";
Developer tool > Application > Storage > Cookies