The data source for my application had their SSL certificate expire and they now have a new SSL certificate. This is causing an an javax.net.ssl.SSLException: Not trusted server certificate error in the debugger when I try to execute an https:// POST.
How do I fix this error in my application? Do I need to redeploy to all devices?
The resolution can now be found online. I have yet to find a working solution, but basically you will need to get the certificate, create a keystore with the credentials, and use it in your android application. Once I have more information I will update the post here.