Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of deprecated SslContext methods in handler-proxy tests
Motivation: ProxyHandlerTest package uses deprecated methods SslContext.newServerContext and SslContext.newClientContext. Modifications: SslContextBuilder is used to build server and client SslContext. Result: Less deprecated method in the code.
- Loading branch information