From c6ee28cd355e2873a6ba20af885af04a368a21e0 Mon Sep 17 00:00:00 2001 From: zsurocking Date: Fri, 22 May 2015 13:34:31 -0700 Subject: [PATCH] Update AUTH-README.md --- AUTH-README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTH-README.md b/AUTH-README.md index 044a52ed8a..36e9597f91 100644 --- a/AUTH-README.md +++ b/AUTH-README.md @@ -19,6 +19,7 @@ Note that you must use the release of the Jetty-ALPN jar specific to the version An option is provided to use GRPC over plaintext without TLS. This is convenient for testing environments, however users must be aware of the secuirty risks of doing so for real production systems. On Android, it is needed to update your security provider to enable ALPN support, especially for Android versions < 5.0. If the provider fails to update, ALPN may not work. + After the update is done, you'll need to pass an SSLSocketFactorty to OkHttpChannelBuilder, like the code snippet below shows. ```java