Mehrzad238 Active Member Mar 24, 2020 #1 Well, I have a website with SSL protocol and not works in android 4.x and devices that has been updated to android 5 from 4.x how can I fix that?
Well, I have a website with SSL protocol and not works in android 4.x and devices that has been updated to android 5 from 4.x how can I fix that?
Erel B4X founder Staff member Licensed User Longtime User Mar 25, 2020 #2 Android 4.x devices do not support TLS v1.1 / v1.2. 1. You can ignore Android 4 devices as they are very old now. 2. You can configure the server to support TLS v1.0. 3. You can update the security provider: https://www.b4x.com/android/forum/threads/ssl-websocket-client.88472/page-2#post-560044 Upvote 0
Android 4.x devices do not support TLS v1.1 / v1.2. 1. You can ignore Android 4 devices as they are very old now. 2. You can configure the server to support TLS v1.0. 3. You can update the security provider: https://www.b4x.com/android/forum/threads/ssl-websocket-client.88472/page-2#post-560044