coolerfall / Android-HttpDownloadManager

An useful and effective http/https download manager for Android, support breakpoint downloading.
https://ahdm.coolerfall.com
Apache License 2.0
206 stars 43 forks source link

Not working with HTTPS #62

Closed Eldho93 closed 6 years ago

Eldho93 commented 6 years ago

We tried to download a file from our https url and it failed with java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

coolerfall commented 6 years ago

You can implement your own Downloader like OkHttpDownloader or URLDownloader, so that you can control the certification.