Closed thomas4v closed 1 year ago
Goal: modify TLSConfiguration implementation to accept SSLContext parameter. Currently protocol "SSLv3" is hardcoded. Newer Java SDKs have SSLv3 support disabled as it's considered unsafe and should not be used in production environments.
Solution is part of release v1.5.3
Goal: modify TLSConfiguration implementation to accept SSLContext parameter. Currently protocol "SSLv3" is hardcoded. Newer Java SDKs have SSLv3 support disabled as it's considered unsafe and should not be used in production environments.