Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow client security configuration without trust material (#1430)
Motivation: Trust material is optional for the client-side security configuration and we should allow using the default JDK truststore. Modifications: - If users of deprecated `ClientSecurityConfig` did not specify a trust material, use default `ClientSslConfigBuilder` ctor; Result: Users of deprecated `ClientSecurityConfig` can create a security config with default JDK truststore.
- Loading branch information