Fetch
Fetch copied to clipboard
Fetch fails with SSL error BAD_DECRYPT
trafficstars
the fetch library fails the download at 99% or 95% with BAD_DECRYPT ssl error. i am using parallel download. i haved tried Okhttp
val fetchFastConfiguration: FetchConfiguration =
FetchConfiguration.Builder(applicationContext).setHttpDownloader(
OkHttpDownloader(
FileDownloaderType.PARALLEL
))
.setDownloadConcurrentLimit(5)
.setAutoRetryMaxAttempts(2)
.build()
also somehow the concurrentLimit does not work and autoretry as well. i am using version 3.4.1