How to remove tls_dhe_rsa_with_aes_256_cbc_sha 384?

Asked by Hungry Christopher

Report
in progress 40
3 Answers 158 views

Leave a reply to Hungry Christopher : remove tls_dhe_rsa_with_aes_256_cbc_sha 384


Answers ( 3 )

  1. tl;dr. Android is using the combination of horribly broken RC4 and MD5 as the first default cipher on all SSL connections. This impacts all apps that did not care
    Read More

    Ratings : 34 %   

      
  2. TLS_RSA_WITH_AES_128_CBC_SHA is now the mandatory to implement (...) , remove, or replace (...) MD5 [MD5], SHA-1, SHA-224, SHA-256, SHA-384, and SHA …
    Read More

    Ratings : 48 %   

      
  3. I recently moved my homepage, Robert Love, from HTTP to HTTPS. My goal was to configure the server with strong cryptography while making less compromises for
    Read More

    Ratings : 52 %