Update AUTH-README.md

This commit is contained in:
zsurocking 2015-05-22 13:34:31 -07:00
parent d09b16d065
commit c6ee28cd35
1 changed files with 1 additions and 0 deletions

View File

@ -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 <a href="https://developer.android.com/training/articles/security-gms-provider.html">update your security provider</a> 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