Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicit set minimum version to TLS1 when using BoringSSL (#902)
Motivation: BoringSSL changed the minimum TLS version to TLS1_2 by default. We should set it to TLS1 to be able to support older versions via netty. Modifications: Explicit set min TLS version Result: Supporting more TLS versions again
- Loading branch information