viewssld icon indicating copy to clipboard operation
viewssld copied to clipboard

Can TLS 1.2 support can be added?

Open mihairo opened this issue 12 years ago • 1 comments

If yes, can someone please direct me on what needs to be modified in order to read the following cipher?

Cipher Suite: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 (0x009e)

mihairo avatar Apr 04 '14 11:04 mihairo

Hi, your cipher won't work because you are using ephemeral key exchange, you need to add !kEDH to your apache web server ssl conf file. However, what drew my attention to this post was for TLS 1.2 support, I have not been able to get this to work with TLS v1.1 or above, it works great on 1.0. Really would like advice on where to patch, i've been debugging but it's very difficult :/

sco888 avatar Apr 15 '14 19:04 sco888