I'm looking for a solution for the job.download in https\\... tls 1.2. Unfortunately, I have the following limitations:
Android platform 4.4.2 api19 does not allow the use of OKHttpUtils2 (min target api 21)
HttpUtils2 send the error Error: javax.net.ssl.SSLPeerUnverifiedException: No peer certificate.
This is connected to this post:https://www.b4x.com/android/forum/threads/expected-android-api-level-21.141620/#post-897673 I have a old program that uses HttpJob to download a file from the web and have been informed that it isn't working with devices that are running api 17. Probably been...