OF-946: Should have single point of SSLContext instantiation
The code to get an instance of SSLContext is duplicated all over the codebase. Code gets more maintainable by replacing all duplicate code blocks with one utility method. This already fixes an issue where Clearspace integration used a SSL instead of TLS algorithm.
Showing
This diff is collapsed.
Please register or sign in to comment