In my Android application that uses WebView, I am experiencing SSL certificate errors. These errors are particularly prevalent on certain Android versions, resulting in handshake failures. This issue is partly due to the SSL CA certificates, which can change over time.
I have tried addressing this issue by providing a CA certificate. However, this approach is not foolproof as the SSL CA certificates can change over time. I was expecting to find a more robust and long-term solution to effectively mitigate these SSL certificate errors.