Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can TLS 1.2 support can be added? #8

Open
mihairo opened this issue Apr 4, 2014 · 1 comment
Open

Can TLS 1.2 support can be added? #8

mihairo opened this issue Apr 4, 2014 · 1 comment

Comments

@mihairo
Copy link

mihairo commented Apr 4, 2014

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)

@sco888
Copy link

sco888 commented Apr 15, 2014

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 :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants