[infinispan-issues] [JBoss JIRA] (ISPN-6868) Expose extra configuration for the SSLContext protocol in the Hot Rod client

Gustavo Fernandes (JIRA) issues at jboss.org
Tue Jul 19 06:35:00 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-6868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Fernandes updated ISPN-6868:
------------------------------------
    Description: 
Currently in the HotRod client the {{SSLContext}} is created with the hardcoded "TLS" protocol, and this can only be overriden by providing a custom instance of {{SSLContext}} programmatically. This prevents java 7 clients to make usage of TLS 1.2, since it is not enabled by default and needs "TLSv1.2" protocol setting to force it.


  was:
Currently in the HotRod client the {{SSLContext}} is created with the hardcoded "TLS" protocol. This prevents java 7 clients to make usage of TLS 1.2, since it is not enabled by default and needs "TLSv1.2" protocol setting to force it.




> Expose extra configuration for the SSLContext protocol in the Hot Rod client
> ----------------------------------------------------------------------------
>
>                 Key: ISPN-6868
>                 URL: https://issues.jboss.org/browse/ISPN-6868
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 9.0.0.Alpha3, 8.2.3.Final
>            Reporter: Gustavo Fernandes
>            Assignee: Gustavo Fernandes
>
> Currently in the HotRod client the {{SSLContext}} is created with the hardcoded "TLS" protocol, and this can only be overriden by providing a custom instance of {{SSLContext}} programmatically. This prevents java 7 clients to make usage of TLS 1.2, since it is not enabled by default and needs "TLSv1.2" protocol setting to force it.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list