Error loading links (The certificate is NOT trusted)
This started for me on May 31, and I think it is releated to #766 (closed)
For some reason almost all of my links just stopped working, when checking my built in videoplayer using libvlc for xamarin forms, I get this error. I cant play the links in the vlc android app as well, they work fine on windows and in any browser, but not in android apps. This also happend to my friends phone at the same time, so I think it has to do with android itself.
http stream: local stream 1 error: Cancellation (0x8) libvlc tls client: Certificate verification failure: The certificate is NOT trusted. The certificate chain uses expired certificate. libvlc tls client: TLS session handshake error libvlc tls client: connection error: Success libvlc tls client: TLS handshake error: Error in the push function. libvlc tls client: TLS session handshake error libvlc tls client: connection error: Network is unreachable libvlc stream: HTTP connection failure libvlc input: Your input can't be opened libvlc input: VLC is unable to open the MRL '[URL HERE]'
Is there any way to accept all certificates like webRequest.ServerCertificateValidationCallback = delegate { return true; }; in the meantime while this error is fixed on android? It is really anoying to have to download each episode just to play it.