I have an App that gets data from a https URL, the GetRequest works fine on my Android phone with Android Oreo and works fine on iPhone emulators/iPhone 6s, but when i try to run it on a device with Android 5 it just gives me HttpRequestException =>
WebException -> TrustFailure (Authentication or Decryption Failed)
IOException -> Authentication or Decryption failed
TlsException -> Invalid certificate received from the server
When i try to get data by running the WebAPI locally on HTTP it works fine.