I am getting an exception while streaming the audio from the network using ExoPlayer
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
How can i add the certificates to ExoPlayer or Android to resolve this.