I have a Xamarin.Forms application running, and everything was working fine until recently. However, it's starting to throw this error these days:
VimeoDotNet.Exceptions.VimeoApiException: Error retrieving information from Vimeo API. ---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED
The iOS application is working fine, I can access the videos. It's just the Android application that is not working anymore. Changing the HTTPClient and SSL Implementation did not help at all. I don't know why this is happening all of a sudden. Any help would be much appreciated!