eef2ad7cd2
Motivation: We incorrectly used SslContext.newServerContext() in some places where a we needed a client context. Modifications: Use SslContext.newClientContext() when using ssl on the client side. Result: Working ssl client examples.