]
Tristan Tarrant updated ISPN-6868:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Alpha4
9.0.0.Final
Resolution: Done
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
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.0.0.Alpha4, 9.0.0.Final
Currently in the HotRod client the {{SSLContext}} is created with the hardcoded
"TLS" protocol, and this can only be overriden by providing a whole custom
instance of {{SSLContext}} programmatically. We should provide an extra property to change
the protocol for the default SSLContext case, allowing it to be supported via properties
files