01b0691ee0
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.