I launch my app on older version of Android - 5.1 and I am getting this error:
Unhandled Exception: HandshakeException: Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED: certificate has expired(handshake.cc:393))
On newer Android like 10 this is not appearing. I am making POST request to my backend, how to fix it?
I found solution: enter link description here