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

ISPN-6868 Expose extra configuration for the SSLContext protocol in t… #4462

Closed
wants to merge 2 commits into from

Conversation

gustavocoding
Copy link

@@ -24,12 +24,21 @@
*/
public class SslContextFactory {
private static final Log log = LogFactory.getLog(SslContextFactory.class);
public static final String DEFAULT_SSL_PROTOCOL = "TLS";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be best to increase this to TLSv1.2

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I was with Java 1.6 in my mind when creating this PR 😄

@gustavocoding
Copy link
Author

@tristantarrant fixed

@slaskawi
Copy link
Contributor

The code looks good to me but could you please mention somewhere in the docs what it does and when to use it? Just a few words...

@tristantarrant
Copy link
Member

I have pushed it already, so the docs will need to be in a separate PR

@gustavocoding gustavocoding deleted the ISPN-6868 branch February 20, 2018 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants