Support For TLS Version 1.2
kler opened this issue · 1 comments
kler commented
From 2021-03-22 Auth0 will be requiring TLS 1.2.
- Does this package support that?
- If yes, from what version is TLS 1.2 supported? (i.e., who will need to upgrade)
See
jimmyjames commented
Hi @kler, yes, this library supports TLS 1.2. This library uses OkHttp, which supports modern TLS by default. You can read more about HTTPS with OkHttp here if interested. Thanks!