SSL works with iOS but fails on Android

Hello guys. We are developing an app and we are connected to an API using HTTPS. Everything seems to be working fine on iOS but when we try to launch the app on android we receive this message (in a toast): “Request was denied for security”

We tried to check the app through android studio and this was the message that we found:
“Trust anchor for certification path not found”

I don’t know if there’s a specific problem on the client side or it is in the server. I don’t find any related information to this issue in ionic.

Thanks in advance!

it was a problem with the certificate itself :slight_smile:

1 Like

Hello, there.

I’m facing the same problem. How did you solved it, exactly? Any modifications in APP or API?

Thanks!