On Fri, Nov 03, 2023 at 11:31:47AM -0700, whitedavidp wrote:
> I have started noticing that many https calls on my Android 9 apps and even
> some Windows programs are starting to fail with security exceptions of one
> sort or another.
>
> I just tried making an HTTP Request call with Tasker (latest version on
> Play) to this client checker site
> <
https://clienttest.ssllabs.com:8443/ssltest/viewMyClient.html>. And it
> shows that the client is NOT TLS 1.3 compliant. I have no idea what client
> is used for this work in Tasker and other apps. But I did find this post
> <
https://stackoverflow.com/questions/55539513/how-to-enable-tlsv1-3-for-okhttp-3-12-x-on-android-8-9>
> talking about OkHttp not working with TLS 1.3 so perhaps that is a red
> flag?
It is a big deal. TLS 1.1 and 1.2 are not considered secure anymore.
I only allow 1.3 on my servers. I would do whatever you can to make sure
that the app and programmers for Android and Windows software are aware of the
problem. You might get a few to update for that.
File issues about it if you find it on Github or the software has a
website.
You might not get any changes out of it, but see if you can work out
some good questions that name the programs and apps onto stackoverflow
and elsewhere. You might push a programmer of new or in development on
software to go ahead and fix the problem.
But ultimately, you can only get someone to do that much reprogramming
if they actually want to or need to.
Good Luck!
--
Chris Bennett