jonmeredith commented on pull request #860:
URL: https://github.com/apache/cassandra/pull/860#issuecomment-754939243
I've reworked the patch to remove the hard-coded list of protocols when the
legacy "TLS" protocol is selected. Instead the protocol list is created from
`SSLContext.getInstance("TLS")` directly during initialization.
This does have the consequence of including SSLFactory as an import for
`DatabaseDescriptor`, but I don't think that causes any significant issues.
The stress tool also has the same issues as BulkLoader so I've also updated
that to apply protocols correctly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]