2

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.

Kartheek
  • 7,104
  • 3
  • 30
  • 44
  • You can refer : https://stackoverflow.com/questions/6825226/trust-anchor-not-found-for-android-ssl-connection – Thientvse Apr 09 '18 at 04:17
  • 2
    @Thientvse I am not making any service call, Internally ExoPlayer is making the call. So where could I add the certificates? – Kartheek Apr 09 '18 at 04:37

0 Answers0