aaronlindsey commented on pull request #6106:
URL: https://github.com/apache/geode/pull/6106#issuecomment-800604696


   The latest commit makes a subtle change to 
`SSLUtil.createAndConfigureSSLContext`. It removes some code duplication by 
adding a single implementation for loading the key/trust managers instead of 
one implementation in `SocketCreator` and another implementation in `SSLUtil`. 
The SocketCreator implementation is chosen because it handles passwords 
provided by env var, encrypted passwords, and having the key/trust store file 
located in the user's home directory. However, this means that now SSLUtil will 
behave the same way as SocketCreator (whereas previously SSLUtil did not handle 
env var passwords, encrypted passwords, or home directory key/trust store file).
   
   I'm requesting a re-review from codeowners of the relevant files since it 
was a non-trivial change.


----------------------------------------------------------------
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]


Reply via email to