when i made a request using network.request to a https server, on android 8 or IOS it work flawless.
if i use the same code to same https server in a android 4.4 device it will fail and return error. I don’t have android 5, 6, 7 devices to tell if any other versions are affected by this.
I saw in old posts that it seams to be related to certifcates, but in this case, why it works in modern android version and not in old? the problem is in android or corona code?
i had to change my code to detect what device it is…and force http:// if its a old android.
the problem is i’ve some webviews calling websites that i can’t control, even if i call as http…the sever redirects to https website so i can’t do nothing about it and will give me an error when using webviews.
*edit* - i’ve same problem downloading images from same server, i tried to call in http:// but it will try to download the file in https:// anyway…so it will not download any file at all.
if it’s a certificate problem what can i do to tell the website owner to do? in my browser it says the certificate is ok and shows secured connection.
If it’s not, it’s a Android problem or Corona problem?