I recently moved my backend (rails) to Digital Ocean. I installed my ssl cert (signed by a CA) there and browsers recognize and display accordingly in the web app.
I went to do some work on and my Android client - only to get this exception from Volley:
10-06 16:57:20.448: D/Error.Response(10668): com.android.volley.NoConnectionError: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
I'm not sure how to handle this. When I had the cert installed at Heroku initially I didn't see this - only after moving the cert. How do I fix this?