voghDev/PdfViewPager

javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

EmiyaAr opened this issue · 2 comments

javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

Add network security config file in xml resource directory-

abc.co.in

Are you trying to download a file under https with the default Downloader class?
You probably need to implement your own. Have a look at #157, where custom downloaders are mentioned