Skip to content

Bump the TLS version to 1.2

Albert Vaca Cintora requested to merge work/useTls12 into master
  • TLSv1.2 is supported on all the Android versions we support now.

  • TLSv1.3 is only supported in API 29+. Although we could conditionally enable it on 29+, it seems to cause problems (disconnects & reconnects when the LanLink gets refreshed) also on newer devices. Needs investigation.

Edited by Albert Vaca Cintora

Merge request reports