You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okhttp3 supports that. Since we don't have a short-term plan for upgrading to okhttp3, we may consider adding TLS 1.3 support to our existing okhttp transport.
The text was updated successfully, but these errors were encountered:
Yeah, same question we just fell over connection failures to a service which forces TLS 1.3 and found this ticket here. When specifying the latest TLS1.3 in the tlsconnectionspec call, tls1.3 connection seems to work. Is it just to add the latets version to the default setup?
Our current okhttp version (2.7.4 Feb 2016) does not support TLS 1.3
grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/ConnectionSpec.java
Line 60 in cb8b067
Okhttp3 supports that. Since we don't have a short-term plan for upgrading to okhttp3, we may consider adding TLS 1.3 support to our existing okhttp transport.
The text was updated successfully, but these errors were encountered: