I run an API from my web server, and the recent LetsEncrypt certificate expiry has caused a TrustFailure error from my Xamarin Forms based Android app.
I have renewed the certificate using Certbot through the terminal but the old certificate remains. When connecting from a browser there is no problem.
I’m having the same issue on my Debian. Curl from command line to same server fails - ssl expired. It’s not actually expired. Web https still works. What’s the easiest solution. Do I have to renew my certs even tho they are not expired??