Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

Fetch fails with SSL error BAD_DECRYPT

Open sampatsharma143 opened this issue 10 months ago • 0 comments
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

sampatsharma143 avatar Dec 28 '24 09:12 sampatsharma143