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

Support negotiating up to TLS1_1 and TLS1_2 when the server supports these ssl_versions #63

Closed
wants to merge 1 commit into from

Conversation

cheister
Copy link

This fixes an issue we were having where JRuby apps couldn't connect to a server running only with TLS1_1 and TLS1_2 enabled unless you specifically told the JRuby client to use TLS1_1 or TLS1_2. The JRuby client would not negotiate up to the highest ssl version allowed by the server, it would always stop at TLS1.

@cheister
Copy link
Author

Looks like TLS1_1 and TLS1_2 are not supported by jdk6 so I added conditional logic around the tests and SSL constant to only run in java 7+

@kares
Copy link
Member

kares commented Aug 23, 2015

picked on master (with some updated test-excludes), thanks!

@kares kares closed this Aug 23, 2015
@cheister
Copy link
Author

Thanks for fixing the tests!

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

Successfully merging this pull request may close these issues.

None yet

2 participants